Shades of Ice Cold #9CEFE1
Tints of Ice Cold #9CEFE1
RGB
CMYK
RGB Variations
Color information
#9CEFE1 (or 0x9CEFE1) is known color: Ice Cold. HEX triplet: 9C, EF and E1. RGB value is (156,239,225). Sum of RGB (Red+Green+Blue) = 156+239+225=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEFE1 is #63101E. Grayscale: #D4D4D4. Windows color (decimal): -6492191 or 14806940. OLE color: 14806940.
HSL color Cylindrical-coordinate representation of color #9CEFE1: hue angle of 169.88º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFE1 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 225 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.06 |
| HSL | 169.88º | 0.72% | 0.77% | - |
| HSV(B) | 169.88º | 0.35% | 0.94% | - |
| XYZ | 58.17 | 74.24 | 82.5 | - |
| YUV | 212.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 225 | 0.35 | 0 | 0.06 | 0.06 | 169.88 | 0.72 | 0.77 |
| Hex | 9C | EF | E1 | 23 | 0 | 6 | 6 | AA | 48 | 4D |
| Octal | 234 | 357 | 341 | 43 | 0 | 6 | 6 | 252 | 110 | 115 |
| Binary | 10011100 | 11101111 | 11100001 | 100011 | 0 | 110 | 110 | 10101010 | 1001000 | 1001101 |
Color Harmonies of #9CEFE1
Complementary color
Monochromatic Colors of #9CEFE1
Black with #9CEFE1
Text Example
Text Example
White with #9CEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEFE1; }
p { color: rgb(156,239,225); }
H1.HeaderClassName
{
color: #9CEFE1;
}
.AnyTagClassName
{
color: #9CEFE1;
}
</style>
background-color css
<style>
a { background-color: #9CEFE1; }
a { background-color: rgb(156,239,225); }
div.DivClassName
{
background-color: #9CEFE1;
}
.BgClassName
{
background-color: #9CEFE1;
}
</style>
border-color css
<style>
span { border-color: #9CEFE1; }
span { border-color: rgb(156,239,225); }
td.TdClassName
{
border-color: #9CEFE1;
}
.TagClassName
{
border-color: #9CEFE1;
}
</style>