Shades of Ice Cold #9CEADC
Tints of Ice Cold #9CEADC
RGB
CMYK
RGB Variations
Color information
#9CEADC (or 0x9CEADC) is known color: Ice Cold. HEX triplet: 9C, EA and DC. RGB value is (156,234,220). Sum of RGB (Red+Green+Blue) = 156+234+220=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEADC is #631523. Grayscale: #D1D1D1. Windows color (decimal): -6493476 or 14477980. OLE color: 14477980.
HSL color Cylindrical-coordinate representation of color #9CEADC: hue angle of 169.23º 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 #9CEADC is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 220 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.08 |
| HSL | 169.23º | 0.65% | 0.76% | - |
| HSV(B) | 169.23º | 0.33% | 0.92% | - |
| XYZ | 56.05 | 71.08 | 78.48 | - |
| YUV | 209.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 220 | 0.33 | 0 | 0.06 | 0.08 | 169.23 | 0.65 | 0.76 |
| Hex | 9C | EA | DC | 21 | 0 | 6 | 8 | A9 | 41 | 4C |
| Octal | 234 | 352 | 334 | 41 | 0 | 6 | 10 | 251 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11011100 | 100001 | 0 | 110 | 1000 | 10101001 | 1000001 | 1001100 |
Color Harmonies of #9CEADC
Complementary color
Monochromatic Colors of #9CEADC
Black with #9CEADC
Text Example
Text Example
White with #9CEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEADC; }
p { color: rgb(156,234,220); }
H1.HeaderClassName
{
color: #9CEADC;
}
.AnyTagClassName
{
color: #9CEADC;
}
</style>
background-color css
<style>
a { background-color: #9CEADC; }
a { background-color: rgb(156,234,220); }
div.DivClassName
{
background-color: #9CEADC;
}
.BgClassName
{
background-color: #9CEADC;
}
</style>
border-color css
<style>
span { border-color: #9CEADC; }
span { border-color: rgb(156,234,220); }
td.TdClassName
{
border-color: #9CEADC;
}
.TagClassName
{
border-color: #9CEADC;
}
</style>