Shades of Ice Cold #9CE6D9
Tints of Ice Cold #9CE6D9
RGB
CMYK
RGB Variations
Color information
#9CE6D9 (or 0x9CE6D9) is known color: Ice Cold. HEX triplet: 9C, E6 and D9. RGB value is (156,230,217). Sum of RGB (Red+Green+Blue) = 156+230+217=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE6D9 is #631926. Grayscale: #CECECE. Windows color (decimal): -6494503 or 14280348. OLE color: 14280348.
HSL color Cylindrical-coordinate representation of color #9CE6D9: hue angle of 169.46º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE6D9 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 217 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.10 |
| HSL | 169.46º | 0.6% | 0.76% | - |
| HSV(B) | 169.46º | 0.32% | 0.9% | - |
| XYZ | 54.53 | 68.67 | 76.03 | - |
| YUV | 206.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 217 | 0.32 | 0 | 0.06 | 0.10 | 169.46 | 0.6 | 0.76 |
| Hex | 9C | E6 | D9 | 20 | 0 | 6 | A | A9 | 3C | 4C |
| Octal | 234 | 346 | 331 | 40 | 0 | 6 | 12 | 251 | 74 | 114 |
| Binary | 10011100 | 11100110 | 11011001 | 100000 | 0 | 110 | 1010 | 10101001 | 111100 | 1001100 |
Color Harmonies of #9CE6D9
Complementary color
Monochromatic Colors of #9CE6D9
Black with #9CE6D9
Text Example
Text Example
White with #9CE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE6D9; }
p { color: rgb(156,230,217); }
H1.HeaderClassName
{
color: #9CE6D9;
}
.AnyTagClassName
{
color: #9CE6D9;
}
</style>
background-color css
<style>
a { background-color: #9CE6D9; }
a { background-color: rgb(156,230,217); }
div.DivClassName
{
background-color: #9CE6D9;
}
.BgClassName
{
background-color: #9CE6D9;
}
</style>
border-color css
<style>
span { border-color: #9CE6D9; }
span { border-color: rgb(156,230,217); }
td.TdClassName
{
border-color: #9CE6D9;
}
.TagClassName
{
border-color: #9CE6D9;
}
</style>