Shades of Ice Cold #9FE9DB
Tints of Ice Cold #9FE9DB
RGB
CMYK
RGB Variations
Color information
#9FE9DB (or 0x9FE9DB) is known color: Ice Cold. HEX triplet: 9F, E9 and DB. RGB value is (159,233,219). Sum of RGB (Red+Green+Blue) = 159+233+219=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9DB is #601624. Grayscale: #D1D1D1. Windows color (decimal): -6297125 or 14412191. OLE color: 14412191.
HSL color Cylindrical-coordinate representation of color #9FE9DB: hue angle of 168.65º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9DB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 219 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.09 |
| HSL | 168.65º | 0.63% | 0.77% | - |
| HSV(B) | 168.65º | 0.32% | 0.91% | - |
| XYZ | 56.22 | 70.76 | 77.71 | - |
| YUV | 209.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 219 | 0.32 | 0 | 0.06 | 0.09 | 168.65 | 0.63 | 0.77 |
| Hex | 9F | E9 | DB | 20 | 0 | 6 | 9 | A9 | 3F | 4D |
| Octal | 237 | 351 | 333 | 40 | 0 | 6 | 11 | 251 | 77 | 115 |
| Binary | 10011111 | 11101001 | 11011011 | 100000 | 0 | 110 | 1001 | 10101001 | 111111 | 1001101 |
Color Harmonies of #9FE9DB
Complementary color
Monochromatic Colors of #9FE9DB
Black with #9FE9DB
Text Example
Text Example
White with #9FE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9DB; }
p { color: rgb(159,233,219); }
H1.HeaderClassName
{
color: #9FE9DB;
}
.AnyTagClassName
{
color: #9FE9DB;
}
</style>
background-color css
<style>
a { background-color: #9FE9DB; }
a { background-color: rgb(159,233,219); }
div.DivClassName
{
background-color: #9FE9DB;
}
.BgClassName
{
background-color: #9FE9DB;
}
</style>
border-color css
<style>
span { border-color: #9FE9DB; }
span { border-color: rgb(159,233,219); }
td.TdClassName
{
border-color: #9FE9DB;
}
.TagClassName
{
border-color: #9FE9DB;
}
</style>