Shades of Ice Cold #9CEBD8
Tints of Ice Cold #9CEBD8
RGB
CMYK
RGB Variations
Color information
#9CEBD8 (or 0x9CEBD8) is known color: Ice Cold. HEX triplet: 9C, EB and D8. RGB value is (156,235,216). Sum of RGB (Red+Green+Blue) = 156+235+216=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBD8 is #631427. Grayscale: #D1D1D1. Windows color (decimal): -6493224 or 14216092. OLE color: 14216092.
HSL color Cylindrical-coordinate representation of color #9CEBD8: hue angle of 165.57º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBD8 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 216 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.08 |
| HSL | 165.57º | 0.66% | 0.77% | - |
| HSV(B) | 165.57º | 0.34% | 0.92% | - |
| XYZ | 55.81 | 71.44 | 75.81 | - |
| YUV | 209.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 216 | 0.34 | 0 | 0.08 | 0.08 | 165.57 | 0.66 | 0.77 |
| Hex | 9C | EB | D8 | 22 | 0 | 8 | 8 | A6 | 42 | 4D |
| Octal | 234 | 353 | 330 | 42 | 0 | 10 | 10 | 246 | 102 | 115 |
| Binary | 10011100 | 11101011 | 11011000 | 100010 | 0 | 1000 | 1000 | 10100110 | 1000010 | 1001101 |
Color Harmonies of #9CEBD8
Complementary color
Monochromatic Colors of #9CEBD8
Black with #9CEBD8
Text Example
Text Example
White with #9CEBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBD8; }
p { color: rgb(156,235,216); }
H1.HeaderClassName
{
color: #9CEBD8;
}
.AnyTagClassName
{
color: #9CEBD8;
}
</style>
background-color css
<style>
a { background-color: #9CEBD8; }
a { background-color: rgb(156,235,216); }
div.DivClassName
{
background-color: #9CEBD8;
}
.BgClassName
{
background-color: #9CEBD8;
}
</style>
border-color css
<style>
span { border-color: #9CEBD8; }
span { border-color: rgb(156,235,216); }
td.TdClassName
{
border-color: #9CEBD8;
}
.TagClassName
{
border-color: #9CEBD8;
}
</style>