Shades of Light Blue #B4D0DF
Tints of Light Blue #B4D0DF
RGB
CMYK
RGB Variations
Color information
#B4D0DF (or 0xB4D0DF) is known color: Light Blue. HEX triplet: B4, D0 and DF. RGB value is (180,208,223). Sum of RGB (Red+Green+Blue) = 180+208+223=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0DF is #4B2F20. Grayscale: #C9C9C9. Windows color (decimal): -4927265 or 14667956. OLE color: 14667956.
HSL color Cylindrical-coordinate representation of color #B4D0DF: hue angle of 200.93º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D0DF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 180 | 208 | 223 | - |
CMYK | 0.19 | 0.07 | 0 | 0.13 |
HSL | 200.93º | 0.4% | 0.79% | - |
HSV(B) | 200.93º | 0.19% | 0.87% | - |
XYZ | 54.7 | 60.14 | 78.54 | - |
YUV | 201.34 | 140.22 | 112.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 208 | 223 | 0.19 | 0.07 | 0 | 0.13 | 200.93 | 0.4 | 0.79 |
Hex | B4 | D0 | DF | 13 | 7 | 0 | D | C9 | 28 | 4F |
Octal | 264 | 320 | 337 | 23 | 7 | 0 | 15 | 311 | 50 | 117 |
Binary | 10110100 | 11010000 | 11011111 | 10011 | 111 | 0 | 1101 | 11001001 | 101000 | 1001111 |
Color Harmonies of #B4D0DF
Complementary color
Monochromatic Colors of #B4D0DF
Black with #B4D0DF
Text Example
Text Example
White with #B4D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0DF; }
p { color: rgb(180,208,223); }
H1.HeaderClassName
{
color: #B4D0DF;
}
.AnyTagClassName
{
color: #B4D0DF;
}
</style>
background-color css
<style>
a { background-color: #B4D0DF; }
a { background-color: rgb(180,208,223); }
div.DivClassName
{
background-color: #B4D0DF;
}
.BgClassName
{
background-color: #B4D0DF;
}
</style>
border-color css
<style>
span { border-color: #B4D0DF; }
span { border-color: rgb(180,208,223); }
td.TdClassName
{
border-color: #B4D0DF;
}
.TagClassName
{
border-color: #B4D0DF;
}
</style>