Shades of Ice Cold #9FE6D9
Tints of Ice Cold #9FE6D9
RGB
CMYK
RGB Variations
Color information
#9FE6D9 (or 0x9FE6D9) is known color: Ice Cold. HEX triplet: 9F, E6 and D9. RGB value is (159,230,217). Sum of RGB (Red+Green+Blue) = 159+230+217=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE6D9 is #601926. Grayscale: #CFCFCF. Windows color (decimal): -6297895 or 14280351. OLE color: 14280351.
HSL color Cylindrical-coordinate representation of color #9FE6D9: hue angle of 169.01º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6D9 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 217 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.10 |
| HSL | 169.01º | 0.59% | 0.76% | - |
| HSV(B) | 169.01º | 0.31% | 0.9% | - |
| XYZ | 55.12 | 68.97 | 76.05 | - |
| YUV | 207.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 217 | 0.31 | 0 | 0.06 | 0.10 | 169.01 | 0.59 | 0.76 |
| Hex | 9F | E6 | D9 | 1F | 0 | 6 | A | A9 | 3B | 4C |
| Octal | 237 | 346 | 331 | 37 | 0 | 6 | 12 | 251 | 73 | 114 |
| Binary | 10011111 | 11100110 | 11011001 | 11111 | 0 | 110 | 1010 | 10101001 | 111011 | 1001100 |
Color Harmonies of #9FE6D9
Complementary color
Monochromatic Colors of #9FE6D9
Black with #9FE6D9
Text Example
Text Example
White with #9FE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6D9; }
p { color: rgb(159,230,217); }
H1.HeaderClassName
{
color: #9FE6D9;
}
.AnyTagClassName
{
color: #9FE6D9;
}
</style>
background-color css
<style>
a { background-color: #9FE6D9; }
a { background-color: rgb(159,230,217); }
div.DivClassName
{
background-color: #9FE6D9;
}
.BgClassName
{
background-color: #9FE6D9;
}
</style>
border-color css
<style>
span { border-color: #9FE6D9; }
span { border-color: rgb(159,230,217); }
td.TdClassName
{
border-color: #9FE6D9;
}
.TagClassName
{
border-color: #9FE6D9;
}
</style>