Shades of Ice Cold #9CEEE0
Tints of Ice Cold #9CEEE0
RGB
CMYK
RGB Variations
Color information
#9CEEE0 (or 0x9CEEE0) is known color: Ice Cold. HEX triplet: 9C, EE and E0. RGB value is (156,238,224). Sum of RGB (Red+Green+Blue) = 156+238+224=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEE0 is #63111F. Grayscale: #D3D3D3. Windows color (decimal): -6492448 or 14741148. OLE color: 14741148.
HSL color Cylindrical-coordinate representation of color #9CEEE0: hue angle of 169.76º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEEE0 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 224 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.07 |
| HSL | 169.76º | 0.71% | 0.77% | - |
| HSV(B) | 169.76º | 0.34% | 0.93% | - |
| XYZ | 57.74 | 73.6 | 81.68 | - |
| YUV | 211.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 224 | 0.34 | 0 | 0.06 | 0.07 | 169.76 | 0.71 | 0.77 |
| Hex | 9C | EE | E0 | 22 | 0 | 6 | 7 | AA | 47 | 4D |
| Octal | 234 | 356 | 340 | 42 | 0 | 6 | 7 | 252 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11100000 | 100010 | 0 | 110 | 111 | 10101010 | 1000111 | 1001101 |
Color Harmonies of #9CEEE0
Complementary color
Monochromatic Colors of #9CEEE0
Black with #9CEEE0
Text Example
Text Example
White with #9CEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEE0; }
p { color: rgb(156,238,224); }
H1.HeaderClassName
{
color: #9CEEE0;
}
.AnyTagClassName
{
color: #9CEEE0;
}
</style>
background-color css
<style>
a { background-color: #9CEEE0; }
a { background-color: rgb(156,238,224); }
div.DivClassName
{
background-color: #9CEEE0;
}
.BgClassName
{
background-color: #9CEEE0;
}
</style>
border-color css
<style>
span { border-color: #9CEEE0; }
span { border-color: rgb(156,238,224); }
td.TdClassName
{
border-color: #9CEEE0;
}
.TagClassName
{
border-color: #9CEEE0;
}
</style>