Shades of Ice Cold #99E8DC
Tints of Ice Cold #99E8DC
RGB
CMYK
RGB Variations
Color information
#99E8DC (or 0x99E8DC) is known color: Ice Cold. HEX triplet: 99, E8 and DC. RGB value is (153,232,220). Sum of RGB (Red+Green+Blue) = 153+232+220=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #99E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E8DC is #661723. Grayscale: #CECECE. Windows color (decimal): -6690596 or 14477465. OLE color: 14477465.
HSL color Cylindrical-coordinate representation of color #99E8DC: hue angle of 170.89º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E8DC is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 232 | 220 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.09 |
| HSL | 170.89º | 0.63% | 0.75% | - |
| HSV(B) | 170.89º | 0.34% | 0.91% | - |
| XYZ | 54.91 | 69.65 | 78.26 | - |
| YUV | 207.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 220 | 0.34 | 0 | 0.05 | 0.09 | 170.89 | 0.63 | 0.75 |
| Hex | 99 | E8 | DC | 22 | 0 | 5 | 9 | AB | 3F | 4B |
| Octal | 231 | 350 | 334 | 42 | 0 | 5 | 11 | 253 | 77 | 113 |
| Binary | 10011001 | 11101000 | 11011100 | 100010 | 0 | 101 | 1001 | 10101011 | 111111 | 1001011 |
Color Harmonies of #99E8DC
Complementary color
Monochromatic Colors of #99E8DC
Black with #99E8DC
Text Example
Text Example
White with #99E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8DC; }
p { color: rgb(153,232,220); }
H1.HeaderClassName
{
color: #99E8DC;
}
.AnyTagClassName
{
color: #99E8DC;
}
</style>
background-color css
<style>
a { background-color: #99E8DC; }
a { background-color: rgb(153,232,220); }
div.DivClassName
{
background-color: #99E8DC;
}
.BgClassName
{
background-color: #99E8DC;
}
</style>
border-color css
<style>
span { border-color: #99E8DC; }
span { border-color: rgb(153,232,220); }
td.TdClassName
{
border-color: #99E8DC;
}
.TagClassName
{
border-color: #99E8DC;
}
</style>