Shades of Light Blue #B4D0D8
Tints of Light Blue #B4D0D8
RGB
CMYK
RGB Variations
Color information
#B4D0D8 (or 0xB4D0D8) is known color: Light Blue. HEX triplet: B4, D0 and D8. RGB value is (180,208,216). Sum of RGB (Red+Green+Blue) = 180+208+216=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4D0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0D8 is #4B2F27. Grayscale: #C8C8C8. Windows color (decimal): -4927272 or 14209204. OLE color: 14209204.
HSL color Cylindrical-coordinate representation of color #B4D0D8: hue angle of 193.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D0D8 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 208 | 216 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.15 |
| HSL | 193.33º | 0.32% | 0.78% | - |
| HSV(B) | 193.33º | 0.17% | 0.85% | - |
| XYZ | 53.77 | 59.77 | 73.67 | - |
| YUV | 200.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 216 | 0.17 | 0.04 | 0 | 0.15 | 193.33 | 0.32 | 0.78 |
| Hex | B4 | D0 | D8 | 11 | 4 | 0 | F | C1 | 20 | 4E |
| Octal | 264 | 320 | 330 | 21 | 4 | 0 | 17 | 301 | 40 | 116 |
| Binary | 10110100 | 11010000 | 11011000 | 10001 | 100 | 0 | 1111 | 11000001 | 100000 | 1001110 |
Color Harmonies of #B4D0D8
Complementary color
Monochromatic Colors of #B4D0D8
Black with #B4D0D8
Text Example
Text Example
White with #B4D0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0D8; }
p { color: rgb(180,208,216); }
H1.HeaderClassName
{
color: #B4D0D8;
}
.AnyTagClassName
{
color: #B4D0D8;
}
</style>
background-color css
<style>
a { background-color: #B4D0D8; }
a { background-color: rgb(180,208,216); }
div.DivClassName
{
background-color: #B4D0D8;
}
.BgClassName
{
background-color: #B4D0D8;
}
</style>
border-color css
<style>
span { border-color: #B4D0D8; }
span { border-color: rgb(180,208,216); }
td.TdClassName
{
border-color: #B4D0D8;
}
.TagClassName
{
border-color: #B4D0D8;
}
</style>