Shades of Echo Blue #99AAE2
Tints of Echo Blue #99AAE2
RGB
CMYK
RGB Variations
Color information
#99AAE2 (or 0x99AAE2) is known color: Echo Blue. HEX triplet: 99, AA and E2. RGB value is (153,170,226). Sum of RGB (Red+Green+Blue) = 153+170+226=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #99AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAE2 is #66551D. Grayscale: #ABABAB. Windows color (decimal): -6706462 or 14854809. OLE color: 14854809.
HSL color Cylindrical-coordinate representation of color #99AAE2: hue angle of 226.03º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99AAE2 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 170 | 226 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.11 |
| HSL | 226.03º | 0.56% | 0.74% | - |
| HSV(B) | 226.03º | 0.32% | 0.89% | - |
| XYZ | 41.24 | 41.01 | 77.69 | - |
| YUV | 171.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 226 | 0.32 | 0.25 | 0 | 0.11 | 226.03 | 0.56 | 0.74 |
| Hex | 99 | AA | E2 | 20 | 19 | 0 | B | E2 | 38 | 4A |
| Octal | 231 | 252 | 342 | 40 | 31 | 0 | 13 | 342 | 70 | 112 |
| Binary | 10011001 | 10101010 | 11100010 | 100000 | 11001 | 0 | 1011 | 11100010 | 111000 | 1001010 |
Color Harmonies of #99AAE2
Complementary color
Monochromatic Colors of #99AAE2
Black with #99AAE2
Text Example
Text Example
White with #99AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAE2; }
p { color: rgb(153,170,226); }
H1.HeaderClassName
{
color: #99AAE2;
}
.AnyTagClassName
{
color: #99AAE2;
}
</style>
background-color css
<style>
a { background-color: #99AAE2; }
a { background-color: rgb(153,170,226); }
div.DivClassName
{
background-color: #99AAE2;
}
.BgClassName
{
background-color: #99AAE2;
}
</style>
border-color css
<style>
span { border-color: #99AAE2; }
span { border-color: rgb(153,170,226); }
td.TdClassName
{
border-color: #99AAE2;
}
.TagClassName
{
border-color: #99AAE2;
}
</style>