Shades of Echo Blue #9AA8DA
Tints of Echo Blue #9AA8DA
RGB
CMYK
RGB Variations
Color information
#9AA8DA (or 0x9AA8DA) is known color: Echo Blue. HEX triplet: 9A, A8 and DA. RGB value is (154,168,218). Sum of RGB (Red+Green+Blue) = 154+168+218=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8DA is #655725. Grayscale: #A9A9A9. Windows color (decimal): -6641446 or 14330010. OLE color: 14330010.
HSL color Cylindrical-coordinate representation of color #9AA8DA: hue angle of 226.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA8DA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 168 | 218 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.15 |
| HSL | 226.88º | 0.46% | 0.73% | - |
| HSV(B) | 226.88º | 0.29% | 0.85% | - |
| XYZ | 39.98 | 39.94 | 71.93 | - |
| YUV | 169.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 218 | 0.29 | 0.23 | 0 | 0.15 | 226.88 | 0.46 | 0.73 |
| Hex | 9A | A8 | DA | 1D | 17 | 0 | F | E3 | 2E | 49 |
| Octal | 232 | 250 | 332 | 35 | 27 | 0 | 17 | 343 | 56 | 111 |
| Binary | 10011010 | 10101000 | 11011010 | 11101 | 10111 | 0 | 1111 | 11100011 | 101110 | 1001001 |
Color Harmonies of #9AA8DA
Complementary color
Monochromatic Colors of #9AA8DA
Black with #9AA8DA
Text Example
Text Example
White with #9AA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8DA; }
p { color: rgb(154,168,218); }
H1.HeaderClassName
{
color: #9AA8DA;
}
.AnyTagClassName
{
color: #9AA8DA;
}
</style>
background-color css
<style>
a { background-color: #9AA8DA; }
a { background-color: rgb(154,168,218); }
div.DivClassName
{
background-color: #9AA8DA;
}
.BgClassName
{
background-color: #9AA8DA;
}
</style>
border-color css
<style>
span { border-color: #9AA8DA; }
span { border-color: rgb(154,168,218); }
td.TdClassName
{
border-color: #9AA8DA;
}
.TagClassName
{
border-color: #9AA8DA;
}
</style>