Shades of Ice Cold #9CEADD
Tints of Ice Cold #9CEADD
RGB
CMYK
RGB Variations
Color information
#9CEADD (or 0x9CEADD) is known color: Ice Cold. HEX triplet: 9C, EA and DD. RGB value is (156,234,221). Sum of RGB (Red+Green+Blue) = 156+234+221=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEADD is #631522. Grayscale: #D1D1D1. Windows color (decimal): -6493475 or 14543516. OLE color: 14543516.
HSL color Cylindrical-coordinate representation of color #9CEADD: hue angle of 170º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEADD is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 221 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.08 |
| HSL | 170º | 0.65% | 0.76% | - |
| HSV(B) | 170º | 0.33% | 0.92% | - |
| XYZ | 56.18 | 71.13 | 79.18 | - |
| YUV | 209.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 221 | 0.33 | 0 | 0.06 | 0.08 | 170 | 0.65 | 0.76 |
| Hex | 9C | EA | DD | 21 | 0 | 6 | 8 | AA | 41 | 4C |
| Octal | 234 | 352 | 335 | 41 | 0 | 6 | 10 | 252 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11011101 | 100001 | 0 | 110 | 1000 | 10101010 | 1000001 | 1001100 |
Color Harmonies of #9CEADD
Complementary color
Monochromatic Colors of #9CEADD
Black with #9CEADD
Text Example
Text Example
White with #9CEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEADD; }
p { color: rgb(156,234,221); }
H1.HeaderClassName
{
color: #9CEADD;
}
.AnyTagClassName
{
color: #9CEADD;
}
</style>
background-color css
<style>
a { background-color: #9CEADD; }
a { background-color: rgb(156,234,221); }
div.DivClassName
{
background-color: #9CEADD;
}
.BgClassName
{
background-color: #9CEADD;
}
</style>
border-color css
<style>
span { border-color: #9CEADD; }
span { border-color: rgb(156,234,221); }
td.TdClassName
{
border-color: #9CEADD;
}
.TagClassName
{
border-color: #9CEADD;
}
</style>