Shades of Echo Blue #99A8DA
Tints of Echo Blue #99A8DA
RGB
CMYK
RGB Variations
Color information
#99A8DA (or 0x99A8DA) is known color: Echo Blue. HEX triplet: 99, A8 and DA. RGB value is (153,168,218). Sum of RGB (Red+Green+Blue) = 153+168+218=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #99A8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8DA is #665725. Grayscale: #A8A8A8. Windows color (decimal): -6706982 or 14330009. OLE color: 14330009.
HSL color Cylindrical-coordinate representation of color #99A8DA: hue angle of 226.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A8DA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 168 | 218 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.15 |
| HSL | 226.15º | 0.47% | 0.73% | - |
| HSV(B) | 226.15º | 0.3% | 0.85% | - |
| XYZ | 39.79 | 39.84 | 71.92 | - |
| YUV | 169.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 218 | 0.30 | 0.23 | 0 | 0.15 | 226.15 | 0.47 | 0.73 |
| Hex | 99 | A8 | DA | 1E | 17 | 0 | F | E2 | 2F | 49 |
| Octal | 231 | 250 | 332 | 36 | 27 | 0 | 17 | 342 | 57 | 111 |
| Binary | 10011001 | 10101000 | 11011010 | 11110 | 10111 | 0 | 1111 | 11100010 | 101111 | 1001001 |
Color Harmonies of #99A8DA
Complementary color
Monochromatic Colors of #99A8DA
Black with #99A8DA
Text Example
Text Example
White with #99A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8DA; }
p { color: rgb(153,168,218); }
H1.HeaderClassName
{
color: #99A8DA;
}
.AnyTagClassName
{
color: #99A8DA;
}
</style>
background-color css
<style>
a { background-color: #99A8DA; }
a { background-color: rgb(153,168,218); }
div.DivClassName
{
background-color: #99A8DA;
}
.BgClassName
{
background-color: #99A8DA;
}
</style>
border-color css
<style>
span { border-color: #99A8DA; }
span { border-color: rgb(153,168,218); }
td.TdClassName
{
border-color: #99A8DA;
}
.TagClassName
{
border-color: #99A8DA;
}
</style>