Shades of Echo Blue #99A9DE
Tints of Echo Blue #99A9DE
RGB
CMYK
RGB Variations
Color information
#99A9DE (or 0x99A9DE) is known color: Echo Blue. HEX triplet: 99, A9 and DE. RGB value is (153,169,222). Sum of RGB (Red+Green+Blue) = 153+169+222=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #99A9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9DE is #665621. Grayscale: #AAAAAA. Windows color (decimal): -6706722 or 14592409. OLE color: 14592409.
HSL color Cylindrical-coordinate representation of color #99A9DE: hue angle of 226.09º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A9DE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 169 | 222 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.13 |
| HSL | 226.09º | 0.51% | 0.74% | - |
| HSV(B) | 226.09º | 0.31% | 0.87% | - |
| XYZ | 40.51 | 40.42 | 74.77 | - |
| YUV | 170.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 222 | 0.31 | 0.24 | 0 | 0.13 | 226.09 | 0.51 | 0.74 |
| Hex | 99 | A9 | DE | 1F | 18 | 0 | D | E2 | 33 | 4A |
| Octal | 231 | 251 | 336 | 37 | 30 | 0 | 15 | 342 | 63 | 112 |
| Binary | 10011001 | 10101001 | 11011110 | 11111 | 11000 | 0 | 1101 | 11100010 | 110011 | 1001010 |
Color Harmonies of #99A9DE
Complementary color
Monochromatic Colors of #99A9DE
Black with #99A9DE
Text Example
Text Example
White with #99A9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9DE; }
p { color: rgb(153,169,222); }
H1.HeaderClassName
{
color: #99A9DE;
}
.AnyTagClassName
{
color: #99A9DE;
}
</style>
background-color css
<style>
a { background-color: #99A9DE; }
a { background-color: rgb(153,169,222); }
div.DivClassName
{
background-color: #99A9DE;
}
.BgClassName
{
background-color: #99A9DE;
}
</style>
border-color css
<style>
span { border-color: #99A9DE; }
span { border-color: rgb(153,169,222); }
td.TdClassName
{
border-color: #99A9DE;
}
.TagClassName
{
border-color: #99A9DE;
}
</style>