Shades of Ice Cold #99EEDA
Tints of Ice Cold #99EEDA
RGB
CMYK
RGB Variations
Color information
#99EEDA (or 0x99EEDA) is known color: Ice Cold. HEX triplet: 99, EE and DA. RGB value is (153,238,218). Sum of RGB (Red+Green+Blue) = 153+238+218=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEDA is #661125. Grayscale: #D2D2D2. Windows color (decimal): -6689062 or 14347929. OLE color: 14347929.
HSL color Cylindrical-coordinate representation of color #99EEDA: hue angle of 165.88º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEDA is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 218 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.07 |
| HSL | 165.88º | 0.71% | 0.77% | - |
| HSV(B) | 165.88º | 0.36% | 0.93% | - |
| XYZ | 56.37 | 72.98 | 77.45 | - |
| YUV | 210.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 218 | 0.36 | 0 | 0.08 | 0.07 | 165.88 | 0.71 | 0.77 |
| Hex | 99 | EE | DA | 24 | 0 | 8 | 7 | A6 | 47 | 4D |
| Octal | 231 | 356 | 332 | 44 | 0 | 10 | 7 | 246 | 107 | 115 |
| Binary | 10011001 | 11101110 | 11011010 | 100100 | 0 | 1000 | 111 | 10100110 | 1000111 | 1001101 |
Color Harmonies of #99EEDA
Complementary color
Monochromatic Colors of #99EEDA
Black with #99EEDA
Text Example
Text Example
White with #99EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEDA; }
p { color: rgb(153,238,218); }
H1.HeaderClassName
{
color: #99EEDA;
}
.AnyTagClassName
{
color: #99EEDA;
}
</style>
background-color css
<style>
a { background-color: #99EEDA; }
a { background-color: rgb(153,238,218); }
div.DivClassName
{
background-color: #99EEDA;
}
.BgClassName
{
background-color: #99EEDA;
}
</style>
border-color css
<style>
span { border-color: #99EEDA; }
span { border-color: rgb(153,238,218); }
td.TdClassName
{
border-color: #99EEDA;
}
.TagClassName
{
border-color: #99EEDA;
}
</style>