Shades of Ice Cold #9CE7DD
Tints of Ice Cold #9CE7DD
RGB
CMYK
RGB Variations
Color information
#9CE7DD (or 0x9CE7DD) is known color: Ice Cold. HEX triplet: 9C, E7 and DD. RGB value is (156,231,221). Sum of RGB (Red+Green+Blue) = 156+231+221=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE7DD is #631822. Grayscale: #CFCFCF. Windows color (decimal): -6494243 or 14542748. OLE color: 14542748.
HSL color Cylindrical-coordinate representation of color #9CE7DD: hue angle of 172º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE7DD is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 221 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.09 |
| HSL | 172º | 0.61% | 0.76% | - |
| HSV(B) | 172º | 0.32% | 0.91% | - |
| XYZ | 55.34 | 69.44 | 78.89 | - |
| YUV | 207.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 221 | 0.32 | 0 | 0.04 | 0.09 | 172 | 0.61 | 0.76 |
| Hex | 9C | E7 | DD | 20 | 0 | 4 | 9 | AC | 3D | 4C |
| Octal | 234 | 347 | 335 | 40 | 0 | 4 | 11 | 254 | 75 | 114 |
| Binary | 10011100 | 11100111 | 11011101 | 100000 | 0 | 100 | 1001 | 10101100 | 111101 | 1001100 |
Color Harmonies of #9CE7DD
Complementary color
Monochromatic Colors of #9CE7DD
Black with #9CE7DD
Text Example
Text Example
White with #9CE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE7DD; }
p { color: rgb(156,231,221); }
H1.HeaderClassName
{
color: #9CE7DD;
}
.AnyTagClassName
{
color: #9CE7DD;
}
</style>
background-color css
<style>
a { background-color: #9CE7DD; }
a { background-color: rgb(156,231,221); }
div.DivClassName
{
background-color: #9CE7DD;
}
.BgClassName
{
background-color: #9CE7DD;
}
</style>
border-color css
<style>
span { border-color: #9CE7DD; }
span { border-color: rgb(156,231,221); }
td.TdClassName
{
border-color: #9CE7DD;
}
.TagClassName
{
border-color: #9CE7DD;
}
</style>