Color: #B0F3FD

#B0F3FD Color Information

#B0F3FD is a light color. The closest websafe version is #B0F3FD. A complement of this color would be #FDBAAF, perceived brightness is 0.88, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 188°,a saturation of 95%, and a lightness of 84%.The HSV representation shows a hue of 188°, a saturation of 30%, and a value of 99%.

In a RGB color space, #B0F3FD is composed of 69% red, 95% green and 99% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 4% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 79.87, x: 0.2976, and y: 0.3521.

Color Code #B0F3FD

#B0F3FDrgb(176, 243, 253)
HEX
#B0F3FD
RGB
rgb(176, 243, 253)
HSL
hsl(188, 95%, 84%)
HSV
hsv(188, 30%, 99%)
CMYK
30%, 4%, 0%, 1%
XYZ
X: 67.50, Y: 79.87, Z: 79.46
Lab
L: 91.62, a: -19.94, b: -11.93
Name

Shades of Color #B0F3FD

Shades are created by darkening the original color #B0F3FD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B0F3FD

Tints are created by lightening the original color #B0F3FD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#B0F3FDrgb(176, 243, 253)

About #B0F3FD Color Code

In the HSL color space, this color has a hue angle of 188°, a saturation of 95%, and a lightness of 84%. The HSV representation shows a hue of 188°, a saturation of 30%, and a value of 99%.

  • HEX: #B0F3FD
  • RGB: rgb(176, 243, 253)
  • HSL: hsl(188, 95%, 84%)
  • HSV: hsv(188, 30%, 99%)
  • CMYK: 30.00% cyan, 4.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 67.50, 79.87, 79.46
  • Yxy: 79.87, 0.2976, 0.3521
  • Hunter Lab: 91.62, -19.94, -11.93
  • CIE-Lab: 91.62, -19.94, -11.93

In the XYZ color space, this color is represented as X: 67.50, Y: 79.87, Z: 79.46. The Yxy representation further refines this as Y: 79.87, x: 0.2976, and y: 0.3521.

In the Hunter Lab color space, this color is represented as L: 91.62, a: -19.94, and b: -11.93. Similarly, in the CIE-Lab color space, it is represented as L: 91.62, a: -19.94, and b: -11.93.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B0F3FD

Triadic colors are three colors evenly spaced around the color wheel, including #B0F3FD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B0F3FD

Analogous colors are adjacent to #B0F3FD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #B0F3FD

Monochromatic colors are variations of #B0F3FD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B0F3FD

The complementary color of #B0F3FD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B0F3FD

/* Using HEX */
body {
  background-color: #b0f3fd;
}
/* Using RGB */
body {
  background-color: rgb(176, 243, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 243, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(188, 95%, 84%);
}
/* Text color */
p {
  color: #b0f3fd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b0f3fd;
}
/* Border color */
.box {
  border: 4px solid #b0f3fd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b0f3fd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b0f3fd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B0F3FD
On Black Background
#B0F3FD
On White Background
#B0F3FD

HTML Examples of #B0F3FD

<!-- Using HEX -->
<div style="background-color: #b0f3fd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(176, 243, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(176, 243, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(188, 95%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b0f3fd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b0f3fd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b0f3fd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b0f3fd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b0f3fd; color: #fff; padding: 16px; border-radius: 8px;">
  #B0F3FD
</div>
#B0F3FD
On Black Background
#B0F3FD
On White Background
#B0F3FD

Related Colors of #B0F3FD

These colors are similar to #B0F3FD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.