Shades of Ice Cold #B0E0DB
Tints of Ice Cold #B0E0DB
RGB
CMYK
RGB Variations
Color information
#B0E0DB (or 0xB0E0DB) is known color: Ice Cold. HEX triplet: B0, E0 and DB. RGB value is (176,224,219). Sum of RGB (Red+Green+Blue) = 176+224+219=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0DB is #4F1F24. Grayscale: #D1D1D1. Windows color (decimal): -5185317 or 14409904. OLE color: 14409904.
HSL color Cylindrical-coordinate representation of color #B0E0DB: hue angle of 173.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0DB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 219 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.12 |
| HSL | 173.75º | 0.44% | 0.78% | - |
| HSV(B) | 173.75º | 0.21% | 0.88% | - |
| XYZ | 57.35 | 67.66 | 77.05 | - |
| YUV | 209.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 219 | 0.21 | 0 | 0.02 | 0.12 | 173.75 | 0.44 | 0.78 |
| Hex | B0 | E0 | DB | 15 | 0 | 2 | C | AE | 2C | 4E |
| Octal | 260 | 340 | 333 | 25 | 0 | 2 | 14 | 256 | 54 | 116 |
| Binary | 10110000 | 11100000 | 11011011 | 10101 | 0 | 10 | 1100 | 10101110 | 101100 | 1001110 |
Color Harmonies of #B0E0DB
Complementary color
Monochromatic Colors of #B0E0DB
Black with #B0E0DB
Text Example
Text Example
White with #B0E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E0DB; }
p { color: rgb(176,224,219); }
H1.HeaderClassName
{
color: #B0E0DB;
}
.AnyTagClassName
{
color: #B0E0DB;
}
</style>
background-color css
<style>
a { background-color: #B0E0DB; }
a { background-color: rgb(176,224,219); }
div.DivClassName
{
background-color: #B0E0DB;
}
.BgClassName
{
background-color: #B0E0DB;
}
</style>
border-color css
<style>
span { border-color: #B0E0DB; }
span { border-color: rgb(176,224,219); }
td.TdClassName
{
border-color: #B0E0DB;
}
.TagClassName
{
border-color: #B0E0DB;
}
</style>