Shades of Ice Cold #99EFDF
Tints of Ice Cold #99EFDF
RGB
CMYK
RGB Variations
Color information
#99EFDF (or 0x99EFDF) is known color: Ice Cold. HEX triplet: 99, EF and DF. RGB value is (153,239,223). Sum of RGB (Red+Green+Blue) = 153+239+223=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFDF is #661020. Grayscale: #D3D3D3. Windows color (decimal): -6688801 or 14675865. OLE color: 14675865.
HSL color Cylindrical-coordinate representation of color #99EFDF: hue angle of 168.84º 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 #99EFDF is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 223 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.06 |
| HSL | 168.84º | 0.73% | 0.77% | - |
| HSV(B) | 168.84º | 0.36% | 0.94% | - |
| XYZ | 57.32 | 73.83 | 81.04 | - |
| YUV | 211.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 223 | 0.36 | 0 | 0.07 | 0.06 | 168.84 | 0.73 | 0.77 |
| Hex | 99 | EF | DF | 24 | 0 | 7 | 6 | A9 | 49 | 4D |
| Octal | 231 | 357 | 337 | 44 | 0 | 7 | 6 | 251 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11011111 | 100100 | 0 | 111 | 110 | 10101001 | 1001001 | 1001101 |
Color Harmonies of #99EFDF
Complementary color
Monochromatic Colors of #99EFDF
Black with #99EFDF
Text Example
Text Example
White with #99EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFDF; }
p { color: rgb(153,239,223); }
H1.HeaderClassName
{
color: #99EFDF;
}
.AnyTagClassName
{
color: #99EFDF;
}
</style>
background-color css
<style>
a { background-color: #99EFDF; }
a { background-color: rgb(153,239,223); }
div.DivClassName
{
background-color: #99EFDF;
}
.BgClassName
{
background-color: #99EFDF;
}
</style>
border-color css
<style>
span { border-color: #99EFDF; }
span { border-color: rgb(153,239,223); }
td.TdClassName
{
border-color: #99EFDF;
}
.TagClassName
{
border-color: #99EFDF;
}
</style>