Shades of Echo Blue #99AED7
Tints of Echo Blue #99AED7
RGB
CMYK
RGB Variations
Color information
#99AED7 (or 0x99AED7) is known color: Echo Blue. HEX triplet: 99, AE and D7. RGB value is (153,174,215). Sum of RGB (Red+Green+Blue) = 153+174+215=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #99AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AED7 is #665128. Grayscale: #ACACAC. Windows color (decimal): -6705449 or 14134937. OLE color: 14134937.
HSL color Cylindrical-coordinate representation of color #99AED7: hue angle of 219.68º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AED7 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 174 | 215 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.16 |
| HSL | 219.68º | 0.44% | 0.72% | - |
| HSV(B) | 219.68º | 0.29% | 0.84% | - |
| XYZ | 40.54 | 41.95 | 70.25 | - |
| YUV | 172.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 215 | 0.29 | 0.19 | 0 | 0.16 | 219.68 | 0.44 | 0.72 |
| Hex | 99 | AE | D7 | 1D | 13 | 0 | 10 | DC | 2C | 48 |
| Octal | 231 | 256 | 327 | 35 | 23 | 0 | 20 | 334 | 54 | 110 |
| Binary | 10011001 | 10101110 | 11010111 | 11101 | 10011 | 0 | 10000 | 11011100 | 101100 | 1001000 |
Color Harmonies of #99AED7
Complementary color
Monochromatic Colors of #99AED7
Black with #99AED7
Text Example
Text Example
White with #99AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AED7; }
p { color: rgb(153,174,215); }
H1.HeaderClassName
{
color: #99AED7;
}
.AnyTagClassName
{
color: #99AED7;
}
</style>
background-color css
<style>
a { background-color: #99AED7; }
a { background-color: rgb(153,174,215); }
div.DivClassName
{
background-color: #99AED7;
}
.BgClassName
{
background-color: #99AED7;
}
</style>
border-color css
<style>
span { border-color: #99AED7; }
span { border-color: rgb(153,174,215); }
td.TdClassName
{
border-color: #99AED7;
}
.TagClassName
{
border-color: #99AED7;
}
</style>