Shades of Light Blue #B4D4DF
Tints of Light Blue #B4D4DF
RGB
CMYK
RGB Variations
Color information
#B4D4DF (or 0xB4D4DF) is known color: Light Blue. HEX triplet: B4, D4 and DF. RGB value is (180,212,223). Sum of RGB (Red+Green+Blue) = 180+212+223=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4D4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D4DF is #4B2B20. Grayscale: #CBCBCB. Windows color (decimal): -4926241 or 14668980. OLE color: 14668980.
HSL color Cylindrical-coordinate representation of color #B4D4DF: hue angle of 195.35º 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 #B4D4DF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 180 | 212 | 223 | - |
CMYK | 0.19 | 0.05 | 0 | 0.13 |
HSL | 195.35º | 0.4% | 0.79% | - |
HSV(B) | 195.35º | 0.19% | 0.87% | - |
XYZ | 55.69 | 62.12 | 78.87 | - |
YUV | 203.69 | 138.9 | 111.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 212 | 223 | 0.19 | 0.05 | 0 | 0.13 | 195.35 | 0.4 | 0.79 |
Hex | B4 | D4 | DF | 13 | 5 | 0 | D | C3 | 28 | 4F |
Octal | 264 | 324 | 337 | 23 | 5 | 0 | 15 | 303 | 50 | 117 |
Binary | 10110100 | 11010100 | 11011111 | 10011 | 101 | 0 | 1101 | 11000011 | 101000 | 1001111 |
Color Harmonies of #B4D4DF
Complementary color
Monochromatic Colors of #B4D4DF
Black with #B4D4DF
Text Example
Text Example
White with #B4D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D4DF; }
p { color: rgb(180,212,223); }
H1.HeaderClassName
{
color: #B4D4DF;
}
.AnyTagClassName
{
color: #B4D4DF;
}
</style>
background-color css
<style>
a { background-color: #B4D4DF; }
a { background-color: rgb(180,212,223); }
div.DivClassName
{
background-color: #B4D4DF;
}
.BgClassName
{
background-color: #B4D4DF;
}
</style>
border-color css
<style>
span { border-color: #B4D4DF; }
span { border-color: rgb(180,212,223); }
td.TdClassName
{
border-color: #B4D4DF;
}
.TagClassName
{
border-color: #B4D4DF;
}
</style>