Shades of Ice Cold #9FE3D2
Tints of Ice Cold #9FE3D2
RGB
CMYK
RGB Variations
Color information
#9FE3D2 (or 0x9FE3D2) is known color: Ice Cold. HEX triplet: 9F, E3 and D2. RGB value is (159,227,210). Sum of RGB (Red+Green+Blue) = 159+227+210=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3D2 is #601C2D. Grayscale: #CCCCCC. Windows color (decimal): -6298670 or 13820831. OLE color: 13820831.
HSL color Cylindrical-coordinate representation of color #9FE3D2: hue angle of 165º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3D2 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 210 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.11 |
| HSL | 165º | 0.55% | 0.76% | - |
| HSV(B) | 165º | 0.3% | 0.89% | - |
| XYZ | 53.4 | 66.96 | 71.08 | - |
| YUV | 204.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 210 | 0.30 | 0 | 0.07 | 0.11 | 165 | 0.55 | 0.76 |
| Hex | 9F | E3 | D2 | 1E | 0 | 7 | B | A5 | 37 | 4C |
| Octal | 237 | 343 | 322 | 36 | 0 | 7 | 13 | 245 | 67 | 114 |
| Binary | 10011111 | 11100011 | 11010010 | 11110 | 0 | 111 | 1011 | 10100101 | 110111 | 1001100 |
Color Harmonies of #9FE3D2
Complementary color
Monochromatic Colors of #9FE3D2
Black with #9FE3D2
Text Example
Text Example
White with #9FE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE3D2; }
p { color: rgb(159,227,210); }
H1.HeaderClassName
{
color: #9FE3D2;
}
.AnyTagClassName
{
color: #9FE3D2;
}
</style>
background-color css
<style>
a { background-color: #9FE3D2; }
a { background-color: rgb(159,227,210); }
div.DivClassName
{
background-color: #9FE3D2;
}
.BgClassName
{
background-color: #9FE3D2;
}
</style>
border-color css
<style>
span { border-color: #9FE3D2; }
span { border-color: rgb(159,227,210); }
td.TdClassName
{
border-color: #9FE3D2;
}
.TagClassName
{
border-color: #9FE3D2;
}
</style>