Shades of Ice Cold #9CEAD6
Tints of Ice Cold #9CEAD6
RGB
CMYK
RGB Variations
Color information
#9CEAD6 (or 0x9CEAD6) is known color: Ice Cold. HEX triplet: 9C, EA and D6. RGB value is (156,234,214). Sum of RGB (Red+Green+Blue) = 156+234+214=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEAD6 is #631529. Grayscale: #D0D0D0. Windows color (decimal): -6493482 or 14084764. OLE color: 14084764.
HSL color Cylindrical-coordinate representation of color #9CEAD6: hue angle of 164.62º 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 #9CEAD6 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 214 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.08 |
| HSL | 164.62º | 0.65% | 0.76% | - |
| HSV(B) | 164.62º | 0.33% | 0.92% | - |
| XYZ | 55.27 | 70.77 | 74.36 | - |
| YUV | 208.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 214 | 0.33 | 0 | 0.09 | 0.08 | 164.62 | 0.65 | 0.76 |
| Hex | 9C | EA | D6 | 21 | 0 | 9 | 8 | A5 | 41 | 4C |
| Octal | 234 | 352 | 326 | 41 | 0 | 11 | 10 | 245 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11010110 | 100001 | 0 | 1001 | 1000 | 10100101 | 1000001 | 1001100 |
Color Harmonies of #9CEAD6
Complementary color
Monochromatic Colors of #9CEAD6
Black with #9CEAD6
Text Example
Text Example
White with #9CEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEAD6; }
p { color: rgb(156,234,214); }
H1.HeaderClassName
{
color: #9CEAD6;
}
.AnyTagClassName
{
color: #9CEAD6;
}
</style>
background-color css
<style>
a { background-color: #9CEAD6; }
a { background-color: rgb(156,234,214); }
div.DivClassName
{
background-color: #9CEAD6;
}
.BgClassName
{
background-color: #9CEAD6;
}
</style>
border-color css
<style>
span { border-color: #9CEAD6; }
span { border-color: rgb(156,234,214); }
td.TdClassName
{
border-color: #9CEAD6;
}
.TagClassName
{
border-color: #9CEAD6;
}
</style>