Shades of Ice Cold #B9E0DD
Tints of Ice Cold #B9E0DD
RGB
CMYK
RGB Variations
Color information
#B9E0DD (or 0xB9E0DD) is known color: Ice Cold. HEX triplet: B9, E0 and DD. RGB value is (185,224,221). Sum of RGB (Red+Green+Blue) = 185+224+221=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0DD is #461F22. Grayscale: #D3D3D3. Windows color (decimal): -4595491 or 14540985. OLE color: 14540985.
HSL color Cylindrical-coordinate representation of color #B9E0DD: hue angle of 175.38º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9E0DD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 221 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.12 |
| HSL | 175.38º | 0.39% | 0.8% | - |
| HSV(B) | 175.38º | 0.17% | 0.88% | - |
| XYZ | 59.71 | 68.85 | 78.55 | - |
| YUV | 212 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 221 | 0.17 | 0 | 0.01 | 0.12 | 175.38 | 0.39 | 0.8 |
| Hex | B9 | E0 | DD | 11 | 0 | 1 | C | AF | 27 | 50 |
| Octal | 271 | 340 | 335 | 21 | 0 | 1 | 14 | 257 | 47 | 120 |
| Binary | 10111001 | 11100000 | 11011101 | 10001 | 0 | 1 | 1100 | 10101111 | 100111 | 1010000 |
Color Harmonies of #B9E0DD
Complementary color
Monochromatic Colors of #B9E0DD
Black with #B9E0DD
Text Example
Text Example
White with #B9E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0DD; }
p { color: rgb(185,224,221); }
H1.HeaderClassName
{
color: #B9E0DD;
}
.AnyTagClassName
{
color: #B9E0DD;
}
</style>
background-color css
<style>
a { background-color: #B9E0DD; }
a { background-color: rgb(185,224,221); }
div.DivClassName
{
background-color: #B9E0DD;
}
.BgClassName
{
background-color: #B9E0DD;
}
</style>
border-color css
<style>
span { border-color: #B9E0DD; }
span { border-color: rgb(185,224,221); }
td.TdClassName
{
border-color: #B9E0DD;
}
.TagClassName
{
border-color: #B9E0DD;
}
</style>