Shades of Ice Cold #B0E6DA
Tints of Ice Cold #B0E6DA
RGB
CMYK
RGB Variations
Color information
#B0E6DA (or 0xB0E6DA) is known color: Ice Cold. HEX triplet: B0, E6 and DA. RGB value is (176,230,218). Sum of RGB (Red+Green+Blue) = 176+230+218=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6DA is #4F1925. Grayscale: #D4D4D4. Windows color (decimal): -5183782 or 14345904. OLE color: 14345904.
HSL color Cylindrical-coordinate representation of color #B0E6DA: hue angle of 166.67º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E6DA is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 218 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.10 |
| HSL | 166.67º | 0.52% | 0.8% | - |
| HSV(B) | 166.67º | 0.23% | 0.9% | - |
| XYZ | 58.86 | 70.89 | 76.91 | - |
| YUV | 212.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 218 | 0.23 | 0 | 0.05 | 0.10 | 166.67 | 0.52 | 0.8 |
| Hex | B0 | E6 | DA | 17 | 0 | 5 | A | A7 | 34 | 50 |
| Octal | 260 | 346 | 332 | 27 | 0 | 5 | 12 | 247 | 64 | 120 |
| Binary | 10110000 | 11100110 | 11011010 | 10111 | 0 | 101 | 1010 | 10100111 | 110100 | 1010000 |
Color Harmonies of #B0E6DA
Complementary color
Monochromatic Colors of #B0E6DA
Black with #B0E6DA
Text Example
Text Example
White with #B0E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6DA; }
p { color: rgb(176,230,218); }
H1.HeaderClassName
{
color: #B0E6DA;
}
.AnyTagClassName
{
color: #B0E6DA;
}
</style>
background-color css
<style>
a { background-color: #B0E6DA; }
a { background-color: rgb(176,230,218); }
div.DivClassName
{
background-color: #B0E6DA;
}
.BgClassName
{
background-color: #B0E6DA;
}
</style>
border-color css
<style>
span { border-color: #B0E6DA; }
span { border-color: rgb(176,230,218); }
td.TdClassName
{
border-color: #B0E6DA;
}
.TagClassName
{
border-color: #B0E6DA;
}
</style>