Shades of Ice Cold #9FE7DE
Tints of Ice Cold #9FE7DE
RGB
CMYK
RGB Variations
Color information
#9FE7DE (or 0x9FE7DE) is known color: Ice Cold. HEX triplet: 9F, E7 and DE. RGB value is (159,231,222). Sum of RGB (Red+Green+Blue) = 159+231+222=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE7DE is #601821. Grayscale: #D0D0D0. Windows color (decimal): -6297634 or 14608287. OLE color: 14608287.
HSL color Cylindrical-coordinate representation of color #9FE7DE: hue angle of 172.5º 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 #9FE7DE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 222 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.09 |
| HSL | 172.5º | 0.6% | 0.76% | - |
| HSV(B) | 172.5º | 0.31% | 0.91% | - |
| XYZ | 56.06 | 69.8 | 79.62 | - |
| YUV | 208.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 222 | 0.31 | 0 | 0.04 | 0.09 | 172.5 | 0.6 | 0.76 |
| Hex | 9F | E7 | DE | 1F | 0 | 4 | 9 | AC | 3C | 4C |
| Octal | 237 | 347 | 336 | 37 | 0 | 4 | 11 | 254 | 74 | 114 |
| Binary | 10011111 | 11100111 | 11011110 | 11111 | 0 | 100 | 1001 | 10101100 | 111100 | 1001100 |
Color Harmonies of #9FE7DE
Complementary color
Monochromatic Colors of #9FE7DE
Black with #9FE7DE
Text Example
Text Example
White with #9FE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7DE; }
p { color: rgb(159,231,222); }
H1.HeaderClassName
{
color: #9FE7DE;
}
.AnyTagClassName
{
color: #9FE7DE;
}
</style>
background-color css
<style>
a { background-color: #9FE7DE; }
a { background-color: rgb(159,231,222); }
div.DivClassName
{
background-color: #9FE7DE;
}
.BgClassName
{
background-color: #9FE7DE;
}
</style>
border-color css
<style>
span { border-color: #9FE7DE; }
span { border-color: rgb(159,231,222); }
td.TdClassName
{
border-color: #9FE7DE;
}
.TagClassName
{
border-color: #9FE7DE;
}
</style>