Shades of Ice Cold #9FF1DE
Tints of Ice Cold #9FF1DE
RGB
CMYK
RGB Variations
Color information
#9FF1DE (or 0x9FF1DE) is known color: Ice Cold. HEX triplet: 9F, F1 and DE. RGB value is (159,241,222). Sum of RGB (Red+Green+Blue) = 159+241+222=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1DE is #600E21. Grayscale: #D6D6D6. Windows color (decimal): -6295074 or 14610847. OLE color: 14610847.
HSL color Cylindrical-coordinate representation of color #9FF1DE: hue angle of 166.1º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1DE is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 222 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.05 |
| HSL | 166.1º | 0.75% | 0.78% | - |
| HSV(B) | 166.1º | 0.34% | 0.95% | - |
| XYZ | 58.94 | 75.56 | 80.58 | - |
| YUV | 214.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 222 | 0.34 | 0 | 0.08 | 0.05 | 166.1 | 0.75 | 0.78 |
| Hex | 9F | F1 | DE | 22 | 0 | 8 | 5 | A6 | 4B | 4E |
| Octal | 237 | 361 | 336 | 42 | 0 | 10 | 5 | 246 | 113 | 116 |
| Binary | 10011111 | 11110001 | 11011110 | 100010 | 0 | 1000 | 101 | 10100110 | 1001011 | 1001110 |
Color Harmonies of #9FF1DE
Complementary color
Monochromatic Colors of #9FF1DE
Black with #9FF1DE
Text Example
Text Example
White with #9FF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF1DE; }
p { color: rgb(159,241,222); }
H1.HeaderClassName
{
color: #9FF1DE;
}
.AnyTagClassName
{
color: #9FF1DE;
}
</style>
background-color css
<style>
a { background-color: #9FF1DE; }
a { background-color: rgb(159,241,222); }
div.DivClassName
{
background-color: #9FF1DE;
}
.BgClassName
{
background-color: #9FF1DE;
}
</style>
border-color css
<style>
span { border-color: #9FF1DE; }
span { border-color: rgb(159,241,222); }
td.TdClassName
{
border-color: #9FF1DE;
}
.TagClassName
{
border-color: #9FF1DE;
}
</style>