Shades of Ice Cold #9FF0DF
Tints of Ice Cold #9FF0DF
RGB
CMYK
RGB Variations
Color information
#9FF0DF (or 0x9FF0DF) is known color: Ice Cold. HEX triplet: 9F, F0 and DF. RGB value is (159,240,223). Sum of RGB (Red+Green+Blue) = 159+240+223=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0DF is #600F20. Grayscale: #D5D5D5. Windows color (decimal): -6295329 or 14676127. OLE color: 14676127.
HSL color Cylindrical-coordinate representation of color #9FF0DF: hue angle of 167.41º 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 #9FF0DF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 223 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.06 |
| HSL | 167.41º | 0.73% | 0.78% | - |
| HSV(B) | 167.41º | 0.34% | 0.94% | - |
| XYZ | 58.78 | 75.02 | 81.19 | - |
| YUV | 213.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 223 | 0.34 | 0 | 0.07 | 0.06 | 167.41 | 0.73 | 0.78 |
| Hex | 9F | F0 | DF | 22 | 0 | 7 | 6 | A7 | 49 | 4E |
| Octal | 237 | 360 | 337 | 42 | 0 | 7 | 6 | 247 | 111 | 116 |
| Binary | 10011111 | 11110000 | 11011111 | 100010 | 0 | 111 | 110 | 10100111 | 1001001 | 1001110 |
Color Harmonies of #9FF0DF
Complementary color
Monochromatic Colors of #9FF0DF
Black with #9FF0DF
Text Example
Text Example
White with #9FF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF0DF; }
p { color: rgb(159,240,223); }
H1.HeaderClassName
{
color: #9FF0DF;
}
.AnyTagClassName
{
color: #9FF0DF;
}
</style>
background-color css
<style>
a { background-color: #9FF0DF; }
a { background-color: rgb(159,240,223); }
div.DivClassName
{
background-color: #9FF0DF;
}
.BgClassName
{
background-color: #9FF0DF;
}
</style>
border-color css
<style>
span { border-color: #9FF0DF; }
span { border-color: rgb(159,240,223); }
td.TdClassName
{
border-color: #9FF0DF;
}
.TagClassName
{
border-color: #9FF0DF;
}
</style>