Shades of Echo Blue #99A8DD
Tints of Echo Blue #99A8DD
RGB
CMYK
RGB Variations
Color information
#99A8DD (or 0x99A8DD) is known color: Echo Blue. HEX triplet: 99, A8 and DD. RGB value is (153,168,221). Sum of RGB (Red+Green+Blue) = 153+168+221=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #99A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8DD is #665722. Grayscale: #A9A9A9. Windows color (decimal): -6706979 or 14526617. OLE color: 14526617.
HSL color Cylindrical-coordinate representation of color #99A8DD: hue angle of 226.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A8DD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 168 | 221 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.13 |
| HSL | 226.76º | 0.5% | 0.73% | - |
| HSV(B) | 226.76º | 0.31% | 0.87% | - |
| XYZ | 40.19 | 40 | 74.01 | - |
| YUV | 169.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 221 | 0.31 | 0.24 | 0 | 0.13 | 226.76 | 0.5 | 0.73 |
| Hex | 99 | A8 | DD | 1F | 18 | 0 | D | E3 | 32 | 49 |
| Octal | 231 | 250 | 335 | 37 | 30 | 0 | 15 | 343 | 62 | 111 |
| Binary | 10011001 | 10101000 | 11011101 | 11111 | 11000 | 0 | 1101 | 11100011 | 110010 | 1001001 |
Color Harmonies of #99A8DD
Complementary color
Monochromatic Colors of #99A8DD
Black with #99A8DD
Text Example
Text Example
White with #99A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8DD; }
p { color: rgb(153,168,221); }
H1.HeaderClassName
{
color: #99A8DD;
}
.AnyTagClassName
{
color: #99A8DD;
}
</style>
background-color css
<style>
a { background-color: #99A8DD; }
a { background-color: rgb(153,168,221); }
div.DivClassName
{
background-color: #99A8DD;
}
.BgClassName
{
background-color: #99A8DD;
}
</style>
border-color css
<style>
span { border-color: #99A8DD; }
span { border-color: rgb(153,168,221); }
td.TdClassName
{
border-color: #99A8DD;
}
.TagClassName
{
border-color: #99A8DD;
}
</style>