Shades of Ice Cold #9FECD8
Tints of Ice Cold #9FECD8
RGB
CMYK
RGB Variations
Color information
#9FECD8 (or 0x9FECD8) is known color: Ice Cold. HEX triplet: 9F, EC and D8. RGB value is (159,236,216). Sum of RGB (Red+Green+Blue) = 159+236+216=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECD8 is #601327. Grayscale: #D2D2D2. Windows color (decimal): -6296360 or 14216351. OLE color: 14216351.
HSL color Cylindrical-coordinate representation of color #9FECD8: hue angle of 164.42º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECD8 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 216 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.07 |
| HSL | 164.42º | 0.67% | 0.77% | - |
| HSV(B) | 164.42º | 0.33% | 0.93% | - |
| XYZ | 56.69 | 72.32 | 75.94 | - |
| YUV | 210.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 216 | 0.33 | 0 | 0.08 | 0.07 | 164.42 | 0.67 | 0.77 |
| Hex | 9F | EC | D8 | 21 | 0 | 8 | 7 | A4 | 43 | 4D |
| Octal | 237 | 354 | 330 | 41 | 0 | 10 | 7 | 244 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11011000 | 100001 | 0 | 1000 | 111 | 10100100 | 1000011 | 1001101 |
Color Harmonies of #9FECD8
Complementary color
Monochromatic Colors of #9FECD8
Black with #9FECD8
Text Example
Text Example
White with #9FECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECD8; }
p { color: rgb(159,236,216); }
H1.HeaderClassName
{
color: #9FECD8;
}
.AnyTagClassName
{
color: #9FECD8;
}
</style>
background-color css
<style>
a { background-color: #9FECD8; }
a { background-color: rgb(159,236,216); }
div.DivClassName
{
background-color: #9FECD8;
}
.BgClassName
{
background-color: #9FECD8;
}
</style>
border-color css
<style>
span { border-color: #9FECD8; }
span { border-color: rgb(159,236,216); }
td.TdClassName
{
border-color: #9FECD8;
}
.TagClassName
{
border-color: #9FECD8;
}
</style>