Shades of Ice Cold #9FE6DE
Tints of Ice Cold #9FE6DE
RGB
CMYK
RGB Variations
Color information
#9FE6DE (or 0x9FE6DE) is known color: Ice Cold. HEX triplet: 9F, E6 and DE. RGB value is (159,230,222). Sum of RGB (Red+Green+Blue) = 159+230+222=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE6DE is #601921. Grayscale: #CFCFCF. Windows color (decimal): -6297890 or 14608031. OLE color: 14608031.
HSL color Cylindrical-coordinate representation of color #9FE6DE: hue angle of 173.24º 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 #9FE6DE is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 222 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.10 |
| HSL | 173.24º | 0.59% | 0.76% | - |
| HSV(B) | 173.24º | 0.31% | 0.9% | - |
| XYZ | 55.78 | 69.24 | 79.53 | - |
| YUV | 207.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 222 | 0.31 | 0 | 0.03 | 0.10 | 173.24 | 0.59 | 0.76 |
| Hex | 9F | E6 | DE | 1F | 0 | 3 | A | AD | 3B | 4C |
| Octal | 237 | 346 | 336 | 37 | 0 | 3 | 12 | 255 | 73 | 114 |
| Binary | 10011111 | 11100110 | 11011110 | 11111 | 0 | 11 | 1010 | 10101101 | 111011 | 1001100 |
Color Harmonies of #9FE6DE
Complementary color
Monochromatic Colors of #9FE6DE
Black with #9FE6DE
Text Example
Text Example
White with #9FE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6DE; }
p { color: rgb(159,230,222); }
H1.HeaderClassName
{
color: #9FE6DE;
}
.AnyTagClassName
{
color: #9FE6DE;
}
</style>
background-color css
<style>
a { background-color: #9FE6DE; }
a { background-color: rgb(159,230,222); }
div.DivClassName
{
background-color: #9FE6DE;
}
.BgClassName
{
background-color: #9FE6DE;
}
</style>
border-color css
<style>
span { border-color: #9FE6DE; }
span { border-color: rgb(159,230,222); }
td.TdClassName
{
border-color: #9FE6DE;
}
.TagClassName
{
border-color: #9FE6DE;
}
</style>