Shades of Ice Cold #9FE7DC
Tints of Ice Cold #9FE7DC
RGB
CMYK
RGB Variations
Color information
#9FE7DC (or 0x9FE7DC) is known color: Ice Cold. HEX triplet: 9F, E7 and DC. RGB value is (159,231,220). Sum of RGB (Red+Green+Blue) = 159+231+220=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE7DC is #601823. Grayscale: #D0D0D0. Windows color (decimal): -6297636 or 14477215. OLE color: 14477215.
HSL color Cylindrical-coordinate representation of color #9FE7DC: hue angle of 170.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE7DC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 220 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.09 |
| HSL | 170.83º | 0.6% | 0.76% | - |
| HSV(B) | 170.83º | 0.31% | 0.91% | - |
| XYZ | 55.79 | 69.69 | 78.22 | - |
| YUV | 208.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 220 | 0.31 | 0 | 0.05 | 0.09 | 170.83 | 0.6 | 0.76 |
| Hex | 9F | E7 | DC | 1F | 0 | 5 | 9 | AB | 3C | 4C |
| Octal | 237 | 347 | 334 | 37 | 0 | 5 | 11 | 253 | 74 | 114 |
| Binary | 10011111 | 11100111 | 11011100 | 11111 | 0 | 101 | 1001 | 10101011 | 111100 | 1001100 |
Color Harmonies of #9FE7DC
Complementary color
Monochromatic Colors of #9FE7DC
Black with #9FE7DC
Text Example
Text Example
White with #9FE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7DC; }
p { color: rgb(159,231,220); }
H1.HeaderClassName
{
color: #9FE7DC;
}
.AnyTagClassName
{
color: #9FE7DC;
}
</style>
background-color css
<style>
a { background-color: #9FE7DC; }
a { background-color: rgb(159,231,220); }
div.DivClassName
{
background-color: #9FE7DC;
}
.BgClassName
{
background-color: #9FE7DC;
}
</style>
border-color css
<style>
span { border-color: #9FE7DC; }
span { border-color: rgb(159,231,220); }
td.TdClassName
{
border-color: #9FE7DC;
}
.TagClassName
{
border-color: #9FE7DC;
}
</style>