Shades of Light Blue #B4D3DF
Tints of Light Blue #B4D3DF
RGB
CMYK
RGB Variations
Color information
#B4D3DF (or 0xB4D3DF) is known color: Light Blue. HEX triplet: B4, D3 and DF. RGB value is (180,211,223). Sum of RGB (Red+Green+Blue) = 180+211+223=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3DF is #4B2C20. Grayscale: #CBCBCB. Windows color (decimal): -4926497 or 14668724. OLE color: 14668724.
HSL color Cylindrical-coordinate representation of color #B4D3DF: hue angle of 196.74º 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 #B4D3DF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 211 | 223 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.13 |
| HSL | 196.74º | 0.4% | 0.79% | - |
| HSV(B) | 196.74º | 0.19% | 0.87% | - |
| XYZ | 55.44 | 61.62 | 78.78 | - |
| YUV | 203.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 223 | 0.19 | 0.05 | 0 | 0.13 | 196.74 | 0.4 | 0.79 |
| Hex | B4 | D3 | DF | 13 | 5 | 0 | D | C5 | 28 | 4F |
| Octal | 264 | 323 | 337 | 23 | 5 | 0 | 15 | 305 | 50 | 117 |
| Binary | 10110100 | 11010011 | 11011111 | 10011 | 101 | 0 | 1101 | 11000101 | 101000 | 1001111 |
Color Harmonies of #B4D3DF
Complementary color
Monochromatic Colors of #B4D3DF
Black with #B4D3DF
Text Example
Text Example
White with #B4D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3DF; }
p { color: rgb(180,211,223); }
H1.HeaderClassName
{
color: #B4D3DF;
}
.AnyTagClassName
{
color: #B4D3DF;
}
</style>
background-color css
<style>
a { background-color: #B4D3DF; }
a { background-color: rgb(180,211,223); }
div.DivClassName
{
background-color: #B4D3DF;
}
.BgClassName
{
background-color: #B4D3DF;
}
</style>
border-color css
<style>
span { border-color: #B4D3DF; }
span { border-color: rgb(180,211,223); }
td.TdClassName
{
border-color: #B4D3DF;
}
.TagClassName
{
border-color: #B4D3DF;
}
</style>