Shades of Ice Cold #9CEFE0
Tints of Ice Cold #9CEFE0
RGB
CMYK
RGB Variations
Color information
#9CEFE0 (or 0x9CEFE0) is known color: Ice Cold. HEX triplet: 9C, EF and E0. RGB value is (156,239,224). Sum of RGB (Red+Green+Blue) = 156+239+224=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEFE0 is #63101F. Grayscale: #D4D4D4. Windows color (decimal): -6492192 or 14741404. OLE color: 14741404.
HSL color Cylindrical-coordinate representation of color #9CEFE0: hue angle of 169.16º 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 #9CEFE0 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 224 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.06 |
| HSL | 169.16º | 0.72% | 0.77% | - |
| HSV(B) | 169.16º | 0.35% | 0.94% | - |
| XYZ | 58.03 | 74.18 | 81.78 | - |
| YUV | 212.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 224 | 0.35 | 0 | 0.06 | 0.06 | 169.16 | 0.72 | 0.77 |
| Hex | 9C | EF | E0 | 23 | 0 | 6 | 6 | A9 | 48 | 4D |
| Octal | 234 | 357 | 340 | 43 | 0 | 6 | 6 | 251 | 110 | 115 |
| Binary | 10011100 | 11101111 | 11100000 | 100011 | 0 | 110 | 110 | 10101001 | 1001000 | 1001101 |
Color Harmonies of #9CEFE0
Complementary color
Monochromatic Colors of #9CEFE0
Black with #9CEFE0
Text Example
Text Example
White with #9CEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEFE0; }
p { color: rgb(156,239,224); }
H1.HeaderClassName
{
color: #9CEFE0;
}
.AnyTagClassName
{
color: #9CEFE0;
}
</style>
background-color css
<style>
a { background-color: #9CEFE0; }
a { background-color: rgb(156,239,224); }
div.DivClassName
{
background-color: #9CEFE0;
}
.BgClassName
{
background-color: #9CEFE0;
}
</style>
border-color css
<style>
span { border-color: #9CEFE0; }
span { border-color: rgb(156,239,224); }
td.TdClassName
{
border-color: #9CEFE0;
}
.TagClassName
{
border-color: #9CEFE0;
}
</style>