Shades of Ice Cold #99EFDA
Tints of Ice Cold #99EFDA
RGB
CMYK
RGB Variations
Color information
#99EFDA (or 0x99EFDA) is known color: Ice Cold. HEX triplet: 99, EF and DA. RGB value is (153,239,218). Sum of RGB (Red+Green+Blue) = 153+239+218=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFDA is #661025. Grayscale: #D2D2D2. Windows color (decimal): -6688806 or 14348185. OLE color: 14348185.
HSL color Cylindrical-coordinate representation of color #99EFDA: hue angle of 165.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFDA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 218 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.06 |
| HSL | 165.35º | 0.73% | 0.77% | - |
| HSV(B) | 165.35º | 0.36% | 0.94% | - |
| XYZ | 56.66 | 73.57 | 77.54 | - |
| YUV | 210.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 218 | 0.36 | 0 | 0.09 | 0.06 | 165.35 | 0.73 | 0.77 |
| Hex | 99 | EF | DA | 24 | 0 | 9 | 6 | A5 | 49 | 4D |
| Octal | 231 | 357 | 332 | 44 | 0 | 11 | 6 | 245 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11011010 | 100100 | 0 | 1001 | 110 | 10100101 | 1001001 | 1001101 |
Color Harmonies of #99EFDA
Complementary color
Monochromatic Colors of #99EFDA
Black with #99EFDA
Text Example
Text Example
White with #99EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFDA; }
p { color: rgb(153,239,218); }
H1.HeaderClassName
{
color: #99EFDA;
}
.AnyTagClassName
{
color: #99EFDA;
}
</style>
background-color css
<style>
a { background-color: #99EFDA; }
a { background-color: rgb(153,239,218); }
div.DivClassName
{
background-color: #99EFDA;
}
.BgClassName
{
background-color: #99EFDA;
}
</style>
border-color css
<style>
span { border-color: #99EFDA; }
span { border-color: rgb(153,239,218); }
td.TdClassName
{
border-color: #99EFDA;
}
.TagClassName
{
border-color: #99EFDA;
}
</style>