Shades of Ice Cold #9CE5CF
Tints of Ice Cold #9CE5CF
RGB
CMYK
RGB Variations
Color information
#9CE5CF (or 0x9CE5CF) is known color: Ice Cold. HEX triplet: 9C, E5 and CF. RGB value is (156,229,207). Sum of RGB (Red+Green+Blue) = 156+229+207=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE5CF is #631A30. Grayscale: #CCCCCC. Windows color (decimal): -6494769 or 13624732. OLE color: 13624732.
HSL color Cylindrical-coordinate representation of color #9CE5CF: hue angle of 161.92º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE5CF is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 229 | 207 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.10 |
| HSL | 161.92º | 0.58% | 0.75% | - |
| HSV(B) | 161.92º | 0.32% | 0.9% | - |
| XYZ | 52.99 | 67.61 | 69.29 | - |
| YUV | 204.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 207 | 0.32 | 0 | 0.10 | 0.10 | 161.92 | 0.58 | 0.75 |
| Hex | 9C | E5 | CF | 20 | 0 | A | A | A2 | 3A | 4B |
| Octal | 234 | 345 | 317 | 40 | 0 | 12 | 12 | 242 | 72 | 113 |
| Binary | 10011100 | 11100101 | 11001111 | 100000 | 0 | 1010 | 1010 | 10100010 | 111010 | 1001011 |
Color Harmonies of #9CE5CF
Complementary color
Monochromatic Colors of #9CE5CF
Black with #9CE5CF
Text Example
Text Example
White with #9CE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE5CF; }
p { color: rgb(156,229,207); }
H1.HeaderClassName
{
color: #9CE5CF;
}
.AnyTagClassName
{
color: #9CE5CF;
}
</style>
background-color css
<style>
a { background-color: #9CE5CF; }
a { background-color: rgb(156,229,207); }
div.DivClassName
{
background-color: #9CE5CF;
}
.BgClassName
{
background-color: #9CE5CF;
}
</style>
border-color css
<style>
span { border-color: #9CE5CF; }
span { border-color: rgb(156,229,207); }
td.TdClassName
{
border-color: #9CE5CF;
}
.TagClassName
{
border-color: #9CE5CF;
}
</style>