Shades of Ice Cold #9FE5D0
Tints of Ice Cold #9FE5D0
RGB
CMYK
RGB Variations
Color information
#9FE5D0 (or 0x9FE5D0) is known color: Ice Cold. HEX triplet: 9F, E5 and D0. RGB value is (159,229,208). Sum of RGB (Red+Green+Blue) = 159+229+208=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5D0 is #601A2F. Grayscale: #CDCDCD. Windows color (decimal): -6298160 or 13690271. OLE color: 13690271.
HSL color Cylindrical-coordinate representation of color #9FE5D0: hue angle of 162º 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 #9FE5D0 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 208 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.10 |
| HSL | 162º | 0.57% | 0.76% | - |
| HSV(B) | 162º | 0.31% | 0.9% | - |
| XYZ | 53.7 | 67.96 | 69.96 | - |
| YUV | 205.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 208 | 0.31 | 0 | 0.09 | 0.10 | 162 | 0.57 | 0.76 |
| Hex | 9F | E5 | D0 | 1F | 0 | 9 | A | A2 | 39 | 4C |
| Octal | 237 | 345 | 320 | 37 | 0 | 11 | 12 | 242 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11010000 | 11111 | 0 | 1001 | 1010 | 10100010 | 111001 | 1001100 |
Color Harmonies of #9FE5D0
Complementary color
Monochromatic Colors of #9FE5D0
Black with #9FE5D0
Text Example
Text Example
White with #9FE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5D0; }
p { color: rgb(159,229,208); }
H1.HeaderClassName
{
color: #9FE5D0;
}
.AnyTagClassName
{
color: #9FE5D0;
}
</style>
background-color css
<style>
a { background-color: #9FE5D0; }
a { background-color: rgb(159,229,208); }
div.DivClassName
{
background-color: #9FE5D0;
}
.BgClassName
{
background-color: #9FE5D0;
}
</style>
border-color css
<style>
span { border-color: #9FE5D0; }
span { border-color: rgb(159,229,208); }
td.TdClassName
{
border-color: #9FE5D0;
}
.TagClassName
{
border-color: #9FE5D0;
}
</style>