Shades of Ice Cold #9FEAD9
Tints of Ice Cold #9FEAD9
RGB
CMYK
RGB Variations
Color information
#9FEAD9 (or 0x9FEAD9) is known color: Ice Cold. HEX triplet: 9F, EA and D9. RGB value is (159,234,217). Sum of RGB (Red+Green+Blue) = 159+234+217=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAD9 is #601526. Grayscale: #D1D1D1. Windows color (decimal): -6296871 or 14281375. OLE color: 14281375.
HSL color Cylindrical-coordinate representation of color #9FEAD9: hue angle of 166.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAD9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 217 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.08 |
| HSL | 166.4º | 0.64% | 0.77% | - |
| HSV(B) | 166.4º | 0.32% | 0.92% | - |
| XYZ | 56.25 | 71.23 | 76.43 | - |
| YUV | 209.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 217 | 0.32 | 0 | 0.07 | 0.08 | 166.4 | 0.64 | 0.77 |
| Hex | 9F | EA | D9 | 20 | 0 | 7 | 8 | A6 | 40 | 4D |
| Octal | 237 | 352 | 331 | 40 | 0 | 7 | 10 | 246 | 100 | 115 |
| Binary | 10011111 | 11101010 | 11011001 | 100000 | 0 | 111 | 1000 | 10100110 | 1000000 | 1001101 |
Color Harmonies of #9FEAD9
Complementary color
Monochromatic Colors of #9FEAD9
Black with #9FEAD9
Text Example
Text Example
White with #9FEAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAD9; }
p { color: rgb(159,234,217); }
H1.HeaderClassName
{
color: #9FEAD9;
}
.AnyTagClassName
{
color: #9FEAD9;
}
</style>
background-color css
<style>
a { background-color: #9FEAD9; }
a { background-color: rgb(159,234,217); }
div.DivClassName
{
background-color: #9FEAD9;
}
.BgClassName
{
background-color: #9FEAD9;
}
</style>
border-color css
<style>
span { border-color: #9FEAD9; }
span { border-color: rgb(159,234,217); }
td.TdClassName
{
border-color: #9FEAD9;
}
.TagClassName
{
border-color: #9FEAD9;
}
</style>