Shades of Ice Cold #99ECDB
Tints of Ice Cold #99ECDB
RGB
CMYK
RGB Variations
Color information
#99ECDB (or 0x99ECDB) is known color: Ice Cold. HEX triplet: 99, EC and DB. RGB value is (153,236,219). Sum of RGB (Red+Green+Blue) = 153+236+219=608 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.16% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECDB is #661324. Grayscale: #D1D1D1. Windows color (decimal): -6689573 or 14412953. OLE color: 14412953.
HSL color Cylindrical-coordinate representation of color #99ECDB: hue angle of 167.71º 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 #99ECDB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 219 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.07 |
| HSL | 167.71º | 0.69% | 0.76% | - |
| HSV(B) | 167.71º | 0.35% | 0.93% | - |
| XYZ | 55.92 | 71.88 | 77.94 | - |
| YUV | 209.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 219 | 0.35 | 0 | 0.07 | 0.07 | 167.71 | 0.69 | 0.76 |
| Hex | 99 | EC | DB | 23 | 0 | 7 | 7 | A8 | 45 | 4C |
| Octal | 231 | 354 | 333 | 43 | 0 | 7 | 7 | 250 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11011011 | 100011 | 0 | 111 | 111 | 10101000 | 1000101 | 1001100 |
Color Harmonies of #99ECDB
Complementary color
Monochromatic Colors of #99ECDB
Black with #99ECDB
Text Example
Text Example
White with #99ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECDB; }
p { color: rgb(153,236,219); }
H1.HeaderClassName
{
color: #99ECDB;
}
.AnyTagClassName
{
color: #99ECDB;
}
</style>
background-color css
<style>
a { background-color: #99ECDB; }
a { background-color: rgb(153,236,219); }
div.DivClassName
{
background-color: #99ECDB;
}
.BgClassName
{
background-color: #99ECDB;
}
</style>
border-color css
<style>
span { border-color: #99ECDB; }
span { border-color: rgb(153,236,219); }
td.TdClassName
{
border-color: #99ECDB;
}
.TagClassName
{
border-color: #99ECDB;
}
</style>