Shades of Ice Cold #9FE7DB
Tints of Ice Cold #9FE7DB
RGB
CMYK
RGB Variations
Color information
#9FE7DB (or 0x9FE7DB) is known color: Ice Cold. HEX triplet: 9F, E7 and DB. RGB value is (159,231,219). Sum of RGB (Red+Green+Blue) = 159+231+219=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE7DB is #601824. Grayscale: #D0D0D0. Windows color (decimal): -6297637 or 14411679. OLE color: 14411679.
HSL color Cylindrical-coordinate representation of color #9FE7DB: hue angle of 170º 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 #9FE7DB is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 219 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.09 |
| HSL | 170º | 0.6% | 0.76% | - |
| HSV(B) | 170º | 0.31% | 0.91% | - |
| XYZ | 55.66 | 69.64 | 77.53 | - |
| YUV | 208.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 219 | 0.31 | 0 | 0.05 | 0.09 | 170 | 0.6 | 0.76 |
| Hex | 9F | E7 | DB | 1F | 0 | 5 | 9 | AA | 3C | 4C |
| Octal | 237 | 347 | 333 | 37 | 0 | 5 | 11 | 252 | 74 | 114 |
| Binary | 10011111 | 11100111 | 11011011 | 11111 | 0 | 101 | 1001 | 10101010 | 111100 | 1001100 |
Color Harmonies of #9FE7DB
Complementary color
Monochromatic Colors of #9FE7DB
Black with #9FE7DB
Text Example
Text Example
White with #9FE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7DB; }
p { color: rgb(159,231,219); }
H1.HeaderClassName
{
color: #9FE7DB;
}
.AnyTagClassName
{
color: #9FE7DB;
}
</style>
background-color css
<style>
a { background-color: #9FE7DB; }
a { background-color: rgb(159,231,219); }
div.DivClassName
{
background-color: #9FE7DB;
}
.BgClassName
{
background-color: #9FE7DB;
}
</style>
border-color css
<style>
span { border-color: #9FE7DB; }
span { border-color: rgb(159,231,219); }
td.TdClassName
{
border-color: #9FE7DB;
}
.TagClassName
{
border-color: #9FE7DB;
}
</style>