Shades of Light Blue #B4D5DB
Tints of Light Blue #B4D5DB
RGB
CMYK
RGB Variations
Color information
#B4D5DB (or 0xB4D5DB) is known color: Light Blue. HEX triplet: B4, D5 and DB. RGB value is (180,213,219). Sum of RGB (Red+Green+Blue) = 180+213+219=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5DB is #4B2A24. Grayscale: #CBCBCB. Windows color (decimal): -4925989 or 14407092. OLE color: 14407092.
HSL color Cylindrical-coordinate representation of color #B4D5DB: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4D5DB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 213 | 219 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.14 |
| HSL | 189.23º | 0.35% | 0.78% | - |
| HSV(B) | 189.23º | 0.18% | 0.86% | - |
| XYZ | 55.4 | 62.41 | 76.14 | - |
| YUV | 203.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 219 | 0.18 | 0.03 | 0 | 0.14 | 189.23 | 0.35 | 0.78 |
| Hex | B4 | D5 | DB | 12 | 3 | 0 | E | BD | 23 | 4E |
| Octal | 264 | 325 | 333 | 22 | 3 | 0 | 16 | 275 | 43 | 116 |
| Binary | 10110100 | 11010101 | 11011011 | 10010 | 11 | 0 | 1110 | 10111101 | 100011 | 1001110 |
Color Harmonies of #B4D5DB
Complementary color
Monochromatic Colors of #B4D5DB
Black with #B4D5DB
Text Example
Text Example
White with #B4D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D5DB; }
p { color: rgb(180,213,219); }
H1.HeaderClassName
{
color: #B4D5DB;
}
.AnyTagClassName
{
color: #B4D5DB;
}
</style>
background-color css
<style>
a { background-color: #B4D5DB; }
a { background-color: rgb(180,213,219); }
div.DivClassName
{
background-color: #B4D5DB;
}
.BgClassName
{
background-color: #B4D5DB;
}
</style>
border-color css
<style>
span { border-color: #B4D5DB; }
span { border-color: rgb(180,213,219); }
td.TdClassName
{
border-color: #B4D5DB;
}
.TagClassName
{
border-color: #B4D5DB;
}
</style>