Shades of Ice Cold #9EF1DD
Tints of Ice Cold #9EF1DD
RGB
CMYK
RGB Variations
Color information
#9EF1DD (or 0x9EF1DD) is known color: Ice Cold. HEX triplet: 9E, F1 and DD. RGB value is (158,241,221). Sum of RGB (Red+Green+Blue) = 158+241+221=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1DD is #610E22. Grayscale: #D5D5D5. Windows color (decimal): -6360611 or 14545310. OLE color: 14545310.
HSL color Cylindrical-coordinate representation of color #9EF1DD: hue angle of 165.54º 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 #9EF1DD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 221 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.05 |
| HSL | 165.54º | 0.75% | 0.78% | - |
| HSV(B) | 165.54º | 0.34% | 0.95% | - |
| XYZ | 58.61 | 75.4 | 79.87 | - |
| YUV | 213.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 221 | 0.34 | 0 | 0.08 | 0.05 | 165.54 | 0.75 | 0.78 |
| Hex | 9E | F1 | DD | 22 | 0 | 8 | 5 | A6 | 4B | 4E |
| Octal | 236 | 361 | 335 | 42 | 0 | 10 | 5 | 246 | 113 | 116 |
| Binary | 10011110 | 11110001 | 11011101 | 100010 | 0 | 1000 | 101 | 10100110 | 1001011 | 1001110 |
Color Harmonies of #9EF1DD
Complementary color
Monochromatic Colors of #9EF1DD
Black with #9EF1DD
Text Example
Text Example
White with #9EF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF1DD; }
p { color: rgb(158,241,221); }
H1.HeaderClassName
{
color: #9EF1DD;
}
.AnyTagClassName
{
color: #9EF1DD;
}
</style>
background-color css
<style>
a { background-color: #9EF1DD; }
a { background-color: rgb(158,241,221); }
div.DivClassName
{
background-color: #9EF1DD;
}
.BgClassName
{
background-color: #9EF1DD;
}
</style>
border-color css
<style>
span { border-color: #9EF1DD; }
span { border-color: rgb(158,241,221); }
td.TdClassName
{
border-color: #9EF1DD;
}
.TagClassName
{
border-color: #9EF1DD;
}
</style>