Shades of Ice Cold #9FF1DD
Tints of Ice Cold #9FF1DD
RGB
CMYK
RGB Variations
Color information
#9FF1DD (or 0x9FF1DD) is known color: Ice Cold. HEX triplet: 9F, F1 and DD. RGB value is (159,241,221). Sum of RGB (Red+Green+Blue) = 159+241+221=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1DD is #600E22. Grayscale: #D6D6D6. Windows color (decimal): -6295075 or 14545311. OLE color: 14545311.
HSL color Cylindrical-coordinate representation of color #9FF1DD: hue angle of 165.37º 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 #9FF1DD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 221 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.05 |
| HSL | 165.37º | 0.75% | 0.78% | - |
| HSV(B) | 165.37º | 0.34% | 0.95% | - |
| XYZ | 58.8 | 75.5 | 79.88 | - |
| YUV | 214.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 221 | 0.34 | 0 | 0.08 | 0.05 | 165.37 | 0.75 | 0.78 |
| Hex | 9F | F1 | DD | 22 | 0 | 8 | 5 | A5 | 4B | 4E |
| Octal | 237 | 361 | 335 | 42 | 0 | 10 | 5 | 245 | 113 | 116 |
| Binary | 10011111 | 11110001 | 11011101 | 100010 | 0 | 1000 | 101 | 10100101 | 1001011 | 1001110 |
Color Harmonies of #9FF1DD
Complementary color
Monochromatic Colors of #9FF1DD
Black with #9FF1DD
Text Example
Text Example
White with #9FF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF1DD; }
p { color: rgb(159,241,221); }
H1.HeaderClassName
{
color: #9FF1DD;
}
.AnyTagClassName
{
color: #9FF1DD;
}
</style>
background-color css
<style>
a { background-color: #9FF1DD; }
a { background-color: rgb(159,241,221); }
div.DivClassName
{
background-color: #9FF1DD;
}
.BgClassName
{
background-color: #9FF1DD;
}
</style>
border-color css
<style>
span { border-color: #9FF1DD; }
span { border-color: rgb(159,241,221); }
td.TdClassName
{
border-color: #9FF1DD;
}
.TagClassName
{
border-color: #9FF1DD;
}
</style>