Shades of Ice Cold #B0E7DD
Tints of Ice Cold #B0E7DD
RGB
CMYK
RGB Variations
Color information
#B0E7DD (or 0xB0E7DD) is known color: Ice Cold. HEX triplet: B0, E7 and DD. RGB value is (176,231,221). Sum of RGB (Red+Green+Blue) = 176+231+221=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E7DD is #4F1822. Grayscale: #D5D5D5. Windows color (decimal): -5183523 or 14542768. OLE color: 14542768.
HSL color Cylindrical-coordinate representation of color #B0E7DD: hue angle of 169.09º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E7DD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 231 | 221 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.09 |
| HSL | 169.09º | 0.53% | 0.8% | - |
| HSV(B) | 169.09º | 0.24% | 0.91% | - |
| XYZ | 59.53 | 71.6 | 79.09 | - |
| YUV | 213.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 231 | 221 | 0.24 | 0 | 0.04 | 0.09 | 169.09 | 0.53 | 0.8 |
| Hex | B0 | E7 | DD | 18 | 0 | 4 | 9 | A9 | 35 | 50 |
| Octal | 260 | 347 | 335 | 30 | 0 | 4 | 11 | 251 | 65 | 120 |
| Binary | 10110000 | 11100111 | 11011101 | 11000 | 0 | 100 | 1001 | 10101001 | 110101 | 1010000 |
Color Harmonies of #B0E7DD
Complementary color
Monochromatic Colors of #B0E7DD
Black with #B0E7DD
Text Example
Text Example
White with #B0E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E7DD; }
p { color: rgb(176,231,221); }
H1.HeaderClassName
{
color: #B0E7DD;
}
.AnyTagClassName
{
color: #B0E7DD;
}
</style>
background-color css
<style>
a { background-color: #B0E7DD; }
a { background-color: rgb(176,231,221); }
div.DivClassName
{
background-color: #B0E7DD;
}
.BgClassName
{
background-color: #B0E7DD;
}
</style>
border-color css
<style>
span { border-color: #B0E7DD; }
span { border-color: rgb(176,231,221); }
td.TdClassName
{
border-color: #B0E7DD;
}
.TagClassName
{
border-color: #B0E7DD;
}
</style>