Shades of Ice Cold #9EE3D3
Tints of Ice Cold #9EE3D3
RGB
CMYK
RGB Variations
Color information
#9EE3D3 (or 0x9EE3D3) is known color: Ice Cold. HEX triplet: 9E, E3 and D3. RGB value is (158,227,211). Sum of RGB (Red+Green+Blue) = 158+227+211=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE3D3 is #611C2C. Grayscale: #CCCCCC. Windows color (decimal): -6364205 or 13886366. OLE color: 13886366.
HSL color Cylindrical-coordinate representation of color #9EE3D3: hue angle of 166.09º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE3D3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 211 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.11 |
| HSL | 166.09º | 0.55% | 0.75% | - |
| HSV(B) | 166.09º | 0.3% | 0.89% | - |
| XYZ | 53.33 | 66.91 | 71.73 | - |
| YUV | 204.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 211 | 0.30 | 0 | 0.07 | 0.11 | 166.09 | 0.55 | 0.75 |
| Hex | 9E | E3 | D3 | 1E | 0 | 7 | B | A6 | 37 | 4B |
| Octal | 236 | 343 | 323 | 36 | 0 | 7 | 13 | 246 | 67 | 113 |
| Binary | 10011110 | 11100011 | 11010011 | 11110 | 0 | 111 | 1011 | 10100110 | 110111 | 1001011 |
Color Harmonies of #9EE3D3
Complementary color
Monochromatic Colors of #9EE3D3
Black with #9EE3D3
Text Example
Text Example
White with #9EE3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE3D3; }
p { color: rgb(158,227,211); }
H1.HeaderClassName
{
color: #9EE3D3;
}
.AnyTagClassName
{
color: #9EE3D3;
}
</style>
background-color css
<style>
a { background-color: #9EE3D3; }
a { background-color: rgb(158,227,211); }
div.DivClassName
{
background-color: #9EE3D3;
}
.BgClassName
{
background-color: #9EE3D3;
}
</style>
border-color css
<style>
span { border-color: #9EE3D3; }
span { border-color: rgb(158,227,211); }
td.TdClassName
{
border-color: #9EE3D3;
}
.TagClassName
{
border-color: #9EE3D3;
}
</style>