Shades of Ice Cold #99EAD4
Tints of Ice Cold #99EAD4
RGB
CMYK
RGB Variations
Color information
#99EAD4 (or 0x99EAD4) is known color: Ice Cold. HEX triplet: 99, EA and D4. RGB value is (153,234,212). Sum of RGB (Red+Green+Blue) = 153+234+212=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EAD4 is #66152B. Grayscale: #CFCFCF. Windows color (decimal): -6690092 or 13953689. OLE color: 13953689.
HSL color Cylindrical-coordinate representation of color #99EAD4: hue angle of 163.7º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EAD4 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 212 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.08 |
| HSL | 163.7º | 0.66% | 0.76% | - |
| HSV(B) | 163.7º | 0.35% | 0.92% | - |
| XYZ | 54.44 | 70.37 | 73 | - |
| YUV | 207.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 212 | 0.35 | 0 | 0.09 | 0.08 | 163.7 | 0.66 | 0.76 |
| Hex | 99 | EA | D4 | 23 | 0 | 9 | 8 | A4 | 42 | 4C |
| Octal | 231 | 352 | 324 | 43 | 0 | 11 | 10 | 244 | 102 | 114 |
| Binary | 10011001 | 11101010 | 11010100 | 100011 | 0 | 1001 | 1000 | 10100100 | 1000010 | 1001100 |
Color Harmonies of #99EAD4
Complementary color
Monochromatic Colors of #99EAD4
Black with #99EAD4
Text Example
Text Example
White with #99EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAD4; }
p { color: rgb(153,234,212); }
H1.HeaderClassName
{
color: #99EAD4;
}
.AnyTagClassName
{
color: #99EAD4;
}
</style>
background-color css
<style>
a { background-color: #99EAD4; }
a { background-color: rgb(153,234,212); }
div.DivClassName
{
background-color: #99EAD4;
}
.BgClassName
{
background-color: #99EAD4;
}
</style>
border-color css
<style>
span { border-color: #99EAD4; }
span { border-color: rgb(153,234,212); }
td.TdClassName
{
border-color: #99EAD4;
}
.TagClassName
{
border-color: #99EAD4;
}
</style>