Shades of Light Blue #B4D3DD
Tints of Light Blue #B4D3DD
RGB
CMYK
RGB Variations
Color information
#B4D3DD (or 0xB4D3DD) is known color: Light Blue. HEX triplet: B4, D3 and DD. RGB value is (180,211,221). Sum of RGB (Red+Green+Blue) = 180+211+221=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3DD is #4B2C22. Grayscale: #CACACA. Windows color (decimal): -4926499 or 14537652. OLE color: 14537652.
HSL color Cylindrical-coordinate representation of color #B4D3DD: hue angle of 194.63º degrees, saturation: 0.38, 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 #B4D3DD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 211 | 221 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.13 |
| HSL | 194.63º | 0.38% | 0.79% | - |
| HSV(B) | 194.63º | 0.19% | 0.87% | - |
| XYZ | 55.17 | 61.51 | 77.37 | - |
| YUV | 202.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 221 | 0.19 | 0.05 | 0 | 0.13 | 194.63 | 0.38 | 0.79 |
| Hex | B4 | D3 | DD | 13 | 5 | 0 | D | C3 | 26 | 4F |
| Octal | 264 | 323 | 335 | 23 | 5 | 0 | 15 | 303 | 46 | 117 |
| Binary | 10110100 | 11010011 | 11011101 | 10011 | 101 | 0 | 1101 | 11000011 | 100110 | 1001111 |
Color Harmonies of #B4D3DD
Complementary color
Monochromatic Colors of #B4D3DD
Black with #B4D3DD
Text Example
Text Example
White with #B4D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3DD; }
p { color: rgb(180,211,221); }
H1.HeaderClassName
{
color: #B4D3DD;
}
.AnyTagClassName
{
color: #B4D3DD;
}
</style>
background-color css
<style>
a { background-color: #B4D3DD; }
a { background-color: rgb(180,211,221); }
div.DivClassName
{
background-color: #B4D3DD;
}
.BgClassName
{
background-color: #B4D3DD;
}
</style>
border-color css
<style>
span { border-color: #B4D3DD; }
span { border-color: rgb(180,211,221); }
td.TdClassName
{
border-color: #B4D3DD;
}
.TagClassName
{
border-color: #B4D3DD;
}
</style>