Shades of Ice Cold #9EF0DF
Tints of Ice Cold #9EF0DF
RGB
CMYK
RGB Variations
Color information
#9EF0DF (or 0x9EF0DF) is known color: Ice Cold. HEX triplet: 9E, F0 and DF. RGB value is (158,240,223). Sum of RGB (Red+Green+Blue) = 158+240+223=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0DF is #610F20. Grayscale: #D5D5D5. Windows color (decimal): -6360865 or 14676126. OLE color: 14676126.
HSL color Cylindrical-coordinate representation of color #9EF0DF: hue angle of 167.56º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0DF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 223 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.06 |
| HSL | 167.56º | 0.73% | 0.78% | - |
| HSV(B) | 167.56º | 0.34% | 0.94% | - |
| XYZ | 58.58 | 74.92 | 81.18 | - |
| YUV | 213.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 223 | 0.34 | 0 | 0.07 | 0.06 | 167.56 | 0.73 | 0.78 |
| Hex | 9E | F0 | DF | 22 | 0 | 7 | 6 | A8 | 49 | 4E |
| Octal | 236 | 360 | 337 | 42 | 0 | 7 | 6 | 250 | 111 | 116 |
| Binary | 10011110 | 11110000 | 11011111 | 100010 | 0 | 111 | 110 | 10101000 | 1001001 | 1001110 |
Color Harmonies of #9EF0DF
Complementary color
Monochromatic Colors of #9EF0DF
Black with #9EF0DF
Text Example
Text Example
White with #9EF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF0DF; }
p { color: rgb(158,240,223); }
H1.HeaderClassName
{
color: #9EF0DF;
}
.AnyTagClassName
{
color: #9EF0DF;
}
</style>
background-color css
<style>
a { background-color: #9EF0DF; }
a { background-color: rgb(158,240,223); }
div.DivClassName
{
background-color: #9EF0DF;
}
.BgClassName
{
background-color: #9EF0DF;
}
</style>
border-color css
<style>
span { border-color: #9EF0DF; }
span { border-color: rgb(158,240,223); }
td.TdClassName
{
border-color: #9EF0DF;
}
.TagClassName
{
border-color: #9EF0DF;
}
</style>