Shades of Ice Cold #99EFDB
Tints of Ice Cold #99EFDB
RGB
CMYK
RGB Variations
Color information
#99EFDB (or 0x99EFDB) is known color: Ice Cold. HEX triplet: 99, EF and DB. RGB value is (153,239,219). Sum of RGB (Red+Green+Blue) = 153+239+219=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFDB is #661024. Grayscale: #D3D3D3. Windows color (decimal): -6688805 or 14413721. OLE color: 14413721.
HSL color Cylindrical-coordinate representation of color #99EFDB: hue angle of 166.05º 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 #99EFDB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 219 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.06 |
| HSL | 166.05º | 0.73% | 0.77% | - |
| HSV(B) | 166.05º | 0.36% | 0.94% | - |
| XYZ | 56.79 | 73.62 | 78.23 | - |
| YUV | 211.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 219 | 0.36 | 0 | 0.08 | 0.06 | 166.05 | 0.73 | 0.77 |
| Hex | 99 | EF | DB | 24 | 0 | 8 | 6 | A6 | 49 | 4D |
| Octal | 231 | 357 | 333 | 44 | 0 | 10 | 6 | 246 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11011011 | 100100 | 0 | 1000 | 110 | 10100110 | 1001001 | 1001101 |
Color Harmonies of #99EFDB
Complementary color
Monochromatic Colors of #99EFDB
Black with #99EFDB
Text Example
Text Example
White with #99EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFDB; }
p { color: rgb(153,239,219); }
H1.HeaderClassName
{
color: #99EFDB;
}
.AnyTagClassName
{
color: #99EFDB;
}
</style>
background-color css
<style>
a { background-color: #99EFDB; }
a { background-color: rgb(153,239,219); }
div.DivClassName
{
background-color: #99EFDB;
}
.BgClassName
{
background-color: #99EFDB;
}
</style>
border-color css
<style>
span { border-color: #99EFDB; }
span { border-color: rgb(153,239,219); }
td.TdClassName
{
border-color: #99EFDB;
}
.TagClassName
{
border-color: #99EFDB;
}
</style>