Shades of Light Blue #B1D4DC
Tints of Light Blue #B1D4DC
RGB
CMYK
RGB Variations
Color information
#B1D4DC (or 0xB1D4DC) is known color: Light Blue. HEX triplet: B1, D4 and DC. RGB value is (177,212,220). Sum of RGB (Red+Green+Blue) = 177+212+220=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D4DC is #4E2B23. Grayscale: #CACACA. Windows color (decimal): -5122852 or 14472369. OLE color: 14472369.
HSL color Cylindrical-coordinate representation of color #B1D4DC: hue angle of 191.16º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1D4DC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 212 | 220 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.14 |
| HSL | 191.16º | 0.38% | 0.78% | - |
| HSV(B) | 191.16º | 0.2% | 0.86% | - |
| XYZ | 54.59 | 61.6 | 76.72 | - |
| YUV | 202.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 220 | 0.20 | 0.04 | 0 | 0.14 | 191.16 | 0.38 | 0.78 |
| Hex | B1 | D4 | DC | 14 | 4 | 0 | E | BF | 26 | 4E |
| Octal | 261 | 324 | 334 | 24 | 4 | 0 | 16 | 277 | 46 | 116 |
| Binary | 10110001 | 11010100 | 11011100 | 10100 | 100 | 0 | 1110 | 10111111 | 100110 | 1001110 |
Color Harmonies of #B1D4DC
Complementary color
Monochromatic Colors of #B1D4DC
Black with #B1D4DC
Text Example
Text Example
White with #B1D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D4DC; }
p { color: rgb(177,212,220); }
H1.HeaderClassName
{
color: #B1D4DC;
}
.AnyTagClassName
{
color: #B1D4DC;
}
</style>
background-color css
<style>
a { background-color: #B1D4DC; }
a { background-color: rgb(177,212,220); }
div.DivClassName
{
background-color: #B1D4DC;
}
.BgClassName
{
background-color: #B1D4DC;
}
</style>
border-color css
<style>
span { border-color: #B1D4DC; }
span { border-color: rgb(177,212,220); }
td.TdClassName
{
border-color: #B1D4DC;
}
.TagClassName
{
border-color: #B1D4DC;
}
</style>