Shades of Ice Cold #99EFDE
Tints of Ice Cold #99EFDE
RGB
CMYK
RGB Variations
Color information
#99EFDE (or 0x99EFDE) is known color: Ice Cold. HEX triplet: 99, EF and DE. RGB value is (153,239,222). Sum of RGB (Red+Green+Blue) = 153+239+222=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFDE is #661021. Grayscale: #D3D3D3. Windows color (decimal): -6688802 or 14610329. OLE color: 14610329.
HSL color Cylindrical-coordinate representation of color #99EFDE: hue angle of 168.14º 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 #99EFDE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 222 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.06 |
| HSL | 168.14º | 0.73% | 0.77% | - |
| HSV(B) | 168.14º | 0.36% | 0.94% | - |
| XYZ | 57.19 | 73.78 | 80.33 | - |
| YUV | 211.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 222 | 0.36 | 0 | 0.07 | 0.06 | 168.14 | 0.73 | 0.77 |
| Hex | 99 | EF | DE | 24 | 0 | 7 | 6 | A8 | 49 | 4D |
| Octal | 231 | 357 | 336 | 44 | 0 | 7 | 6 | 250 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11011110 | 100100 | 0 | 111 | 110 | 10101000 | 1001001 | 1001101 |
Color Harmonies of #99EFDE
Complementary color
Monochromatic Colors of #99EFDE
Black with #99EFDE
Text Example
Text Example
White with #99EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFDE; }
p { color: rgb(153,239,222); }
H1.HeaderClassName
{
color: #99EFDE;
}
.AnyTagClassName
{
color: #99EFDE;
}
</style>
background-color css
<style>
a { background-color: #99EFDE; }
a { background-color: rgb(153,239,222); }
div.DivClassName
{
background-color: #99EFDE;
}
.BgClassName
{
background-color: #99EFDE;
}
</style>
border-color css
<style>
span { border-color: #99EFDE; }
span { border-color: rgb(153,239,222); }
td.TdClassName
{
border-color: #99EFDE;
}
.TagClassName
{
border-color: #99EFDE;
}
</style>