Shades of Ice Cold #99EAD9
Tints of Ice Cold #99EAD9
RGB
CMYK
RGB Variations
Color information
#99EAD9 (or 0x99EAD9) is known color: Ice Cold. HEX triplet: 99, EA and D9. RGB value is (153,234,217). Sum of RGB (Red+Green+Blue) = 153+234+217=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EAD9 is #661526. Grayscale: #CFCFCF. Windows color (decimal): -6690087 or 14281369. OLE color: 14281369.
HSL color Cylindrical-coordinate representation of color #99EAD9: hue angle of 167.41º 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 #99EAD9 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 217 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.08 |
| HSL | 167.41º | 0.66% | 0.76% | - |
| HSV(B) | 167.41º | 0.35% | 0.92% | - |
| XYZ | 55.08 | 70.63 | 76.37 | - |
| YUV | 207.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 217 | 0.35 | 0 | 0.07 | 0.08 | 167.41 | 0.66 | 0.76 |
| Hex | 99 | EA | D9 | 23 | 0 | 7 | 8 | A7 | 42 | 4C |
| Octal | 231 | 352 | 331 | 43 | 0 | 7 | 10 | 247 | 102 | 114 |
| Binary | 10011001 | 11101010 | 11011001 | 100011 | 0 | 111 | 1000 | 10100111 | 1000010 | 1001100 |
Color Harmonies of #99EAD9
Complementary color
Monochromatic Colors of #99EAD9
Black with #99EAD9
Text Example
Text Example
White with #99EAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAD9; }
p { color: rgb(153,234,217); }
H1.HeaderClassName
{
color: #99EAD9;
}
.AnyTagClassName
{
color: #99EAD9;
}
</style>
background-color css
<style>
a { background-color: #99EAD9; }
a { background-color: rgb(153,234,217); }
div.DivClassName
{
background-color: #99EAD9;
}
.BgClassName
{
background-color: #99EAD9;
}
</style>
border-color css
<style>
span { border-color: #99EAD9; }
span { border-color: rgb(153,234,217); }
td.TdClassName
{
border-color: #99EAD9;
}
.TagClassName
{
border-color: #99EAD9;
}
</style>