Shades of Ice Cold #9FE5DB
Tints of Ice Cold #9FE5DB
RGB
CMYK
RGB Variations
Color information
#9FE5DB (or 0x9FE5DB) is known color: Ice Cold. HEX triplet: 9F, E5 and DB. RGB value is (159,229,219). Sum of RGB (Red+Green+Blue) = 159+229+219=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5DB is #601A24. Grayscale: #CECECE. Windows color (decimal): -6298149 or 14411167. OLE color: 14411167.
HSL color Cylindrical-coordinate representation of color #9FE5DB: hue angle of 171.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5DB is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 219 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.10 |
| HSL | 171.43º | 0.57% | 0.76% | - |
| HSV(B) | 171.43º | 0.31% | 0.9% | - |
| XYZ | 55.1 | 68.52 | 77.34 | - |
| YUV | 206.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 219 | 0.31 | 0 | 0.04 | 0.10 | 171.43 | 0.57 | 0.76 |
| Hex | 9F | E5 | DB | 1F | 0 | 4 | A | AB | 39 | 4C |
| Octal | 237 | 345 | 333 | 37 | 0 | 4 | 12 | 253 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11011011 | 11111 | 0 | 100 | 1010 | 10101011 | 111001 | 1001100 |
Color Harmonies of #9FE5DB
Complementary color
Monochromatic Colors of #9FE5DB
Black with #9FE5DB
Text Example
Text Example
White with #9FE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5DB; }
p { color: rgb(159,229,219); }
H1.HeaderClassName
{
color: #9FE5DB;
}
.AnyTagClassName
{
color: #9FE5DB;
}
</style>
background-color css
<style>
a { background-color: #9FE5DB; }
a { background-color: rgb(159,229,219); }
div.DivClassName
{
background-color: #9FE5DB;
}
.BgClassName
{
background-color: #9FE5DB;
}
</style>
border-color css
<style>
span { border-color: #9FE5DB; }
span { border-color: rgb(159,229,219); }
td.TdClassName
{
border-color: #9FE5DB;
}
.TagClassName
{
border-color: #9FE5DB;
}
</style>