Shades of Ice Cold #99E7DC
Tints of Ice Cold #99E7DC
RGB
CMYK
RGB Variations
Color information
#99E7DC (or 0x99E7DC) is known color: Ice Cold. HEX triplet: 99, E7 and DC. RGB value is (153,231,220). Sum of RGB (Red+Green+Blue) = 153+231+220=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #99E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E7DC is #661823. Grayscale: #CECECE. Windows color (decimal): -6690852 or 14477209. OLE color: 14477209.
HSL color Cylindrical-coordinate representation of color #99E7DC: hue angle of 171.54º degrees, saturation: 0.62, 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 #99E7DC is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 231 | 220 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.09 |
| HSL | 171.54º | 0.62% | 0.75% | - |
| HSV(B) | 171.54º | 0.34% | 0.91% | - |
| XYZ | 54.63 | 69.09 | 78.17 | - |
| YUV | 206.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 220 | 0.34 | 0 | 0.05 | 0.09 | 171.54 | 0.62 | 0.75 |
| Hex | 99 | E7 | DC | 22 | 0 | 5 | 9 | AC | 3E | 4B |
| Octal | 231 | 347 | 334 | 42 | 0 | 5 | 11 | 254 | 76 | 113 |
| Binary | 10011001 | 11100111 | 11011100 | 100010 | 0 | 101 | 1001 | 10101100 | 111110 | 1001011 |
Color Harmonies of #99E7DC
Complementary color
Monochromatic Colors of #99E7DC
Black with #99E7DC
Text Example
Text Example
White with #99E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E7DC; }
p { color: rgb(153,231,220); }
H1.HeaderClassName
{
color: #99E7DC;
}
.AnyTagClassName
{
color: #99E7DC;
}
</style>
background-color css
<style>
a { background-color: #99E7DC; }
a { background-color: rgb(153,231,220); }
div.DivClassName
{
background-color: #99E7DC;
}
.BgClassName
{
background-color: #99E7DC;
}
</style>
border-color css
<style>
span { border-color: #99E7DC; }
span { border-color: rgb(153,231,220); }
td.TdClassName
{
border-color: #99E7DC;
}
.TagClassName
{
border-color: #99E7DC;
}
</style>