Shades of Ice Cold #99ECD8
Tints of Ice Cold #99ECD8
RGB
CMYK
RGB Variations
Color information
#99ECD8 (or 0x99ECD8) is known color: Ice Cold. HEX triplet: 99, EC and D8. RGB value is (153,236,216). Sum of RGB (Red+Green+Blue) = 153+236+216=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECD8 is #661327. Grayscale: #D0D0D0. Windows color (decimal): -6689576 or 14216345. OLE color: 14216345.
HSL color Cylindrical-coordinate representation of color #99ECD8: hue angle of 165.54º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECD8 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 216 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.07 |
| HSL | 165.54º | 0.69% | 0.76% | - |
| HSV(B) | 165.54º | 0.35% | 0.93% | - |
| XYZ | 55.53 | 71.72 | 75.88 | - |
| YUV | 208.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 216 | 0.35 | 0 | 0.08 | 0.07 | 165.54 | 0.69 | 0.76 |
| Hex | 99 | EC | D8 | 23 | 0 | 8 | 7 | A6 | 45 | 4C |
| Octal | 231 | 354 | 330 | 43 | 0 | 10 | 7 | 246 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11011000 | 100011 | 0 | 1000 | 111 | 10100110 | 1000101 | 1001100 |
Color Harmonies of #99ECD8
Complementary color
Monochromatic Colors of #99ECD8
Black with #99ECD8
Text Example
Text Example
White with #99ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECD8; }
p { color: rgb(153,236,216); }
H1.HeaderClassName
{
color: #99ECD8;
}
.AnyTagClassName
{
color: #99ECD8;
}
</style>
background-color css
<style>
a { background-color: #99ECD8; }
a { background-color: rgb(153,236,216); }
div.DivClassName
{
background-color: #99ECD8;
}
.BgClassName
{
background-color: #99ECD8;
}
</style>
border-color css
<style>
span { border-color: #99ECD8; }
span { border-color: rgb(153,236,216); }
td.TdClassName
{
border-color: #99ECD8;
}
.TagClassName
{
border-color: #99ECD8;
}
</style>