Shades of Ice Cold #99EADE
Tints of Ice Cold #99EADE
RGB
CMYK
RGB Variations
Color information
#99EADE (or 0x99EADE) is known color: Ice Cold. HEX triplet: 99, EA and DE. RGB value is (153,234,222). Sum of RGB (Red+Green+Blue) = 153+234+222=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #99EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EADE is #661521. Grayscale: #D0D0D0. Windows color (decimal): -6690082 or 14609049. OLE color: 14609049.
HSL color Cylindrical-coordinate representation of color #99EADE: hue angle of 171.11º 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 #99EADE is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 222 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.08 |
| HSL | 171.11º | 0.66% | 0.76% | - |
| HSV(B) | 171.11º | 0.35% | 0.92% | - |
| XYZ | 55.74 | 70.89 | 79.85 | - |
| YUV | 208.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 222 | 0.35 | 0 | 0.05 | 0.08 | 171.11 | 0.66 | 0.76 |
| Hex | 99 | EA | DE | 23 | 0 | 5 | 8 | AB | 42 | 4C |
| Octal | 231 | 352 | 336 | 43 | 0 | 5 | 10 | 253 | 102 | 114 |
| Binary | 10011001 | 11101010 | 11011110 | 100011 | 0 | 101 | 1000 | 10101011 | 1000010 | 1001100 |
Color Harmonies of #99EADE
Complementary color
Monochromatic Colors of #99EADE
Black with #99EADE
Text Example
Text Example
White with #99EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EADE; }
p { color: rgb(153,234,222); }
H1.HeaderClassName
{
color: #99EADE;
}
.AnyTagClassName
{
color: #99EADE;
}
</style>
background-color css
<style>
a { background-color: #99EADE; }
a { background-color: rgb(153,234,222); }
div.DivClassName
{
background-color: #99EADE;
}
.BgClassName
{
background-color: #99EADE;
}
</style>
border-color css
<style>
span { border-color: #99EADE; }
span { border-color: rgb(153,234,222); }
td.TdClassName
{
border-color: #99EADE;
}
.TagClassName
{
border-color: #99EADE;
}
</style>