Shades of Ice Cold #B5E0DD
Tints of Ice Cold #B5E0DD
RGB
CMYK
RGB Variations
Color information
#B5E0DD (or 0xB5E0DD) is known color: Ice Cold. HEX triplet: B5, E0 and DD. RGB value is (181,224,221). Sum of RGB (Red+Green+Blue) = 181+224+221=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0DD is #4A1F22. Grayscale: #D2D2D2. Windows color (decimal): -4857635 or 14540981. OLE color: 14540981.
HSL color Cylindrical-coordinate representation of color #B5E0DD: hue angle of 175.81º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0DD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 221 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.12 |
| HSL | 175.81º | 0.41% | 0.79% | - |
| HSV(B) | 175.81º | 0.19% | 0.88% | - |
| XYZ | 58.76 | 68.36 | 78.5 | - |
| YUV | 210.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 221 | 0.19 | 0 | 0.01 | 0.12 | 175.81 | 0.41 | 0.79 |
| Hex | B5 | E0 | DD | 13 | 0 | 1 | C | B0 | 29 | 4F |
| Octal | 265 | 340 | 335 | 23 | 0 | 1 | 14 | 260 | 51 | 117 |
| Binary | 10110101 | 11100000 | 11011101 | 10011 | 0 | 1 | 1100 | 10110000 | 101001 | 1001111 |
Color Harmonies of #B5E0DD
Complementary color
Monochromatic Colors of #B5E0DD
Black with #B5E0DD
Text Example
Text Example
White with #B5E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0DD; }
p { color: rgb(181,224,221); }
H1.HeaderClassName
{
color: #B5E0DD;
}
.AnyTagClassName
{
color: #B5E0DD;
}
</style>
background-color css
<style>
a { background-color: #B5E0DD; }
a { background-color: rgb(181,224,221); }
div.DivClassName
{
background-color: #B5E0DD;
}
.BgClassName
{
background-color: #B5E0DD;
}
</style>
border-color css
<style>
span { border-color: #B5E0DD; }
span { border-color: rgb(181,224,221); }
td.TdClassName
{
border-color: #B5E0DD;
}
.TagClassName
{
border-color: #B5E0DD;
}
</style>