Shades of Echo Blue #9AA8DF
Tints of Echo Blue #9AA8DF
RGB
CMYK
RGB Variations
Color information
#9AA8DF (or 0x9AA8DF) is known color: Echo Blue. HEX triplet: 9A, A8 and DF. RGB value is (154,168,223). Sum of RGB (Red+Green+Blue) = 154+168+223=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8DF is #655720. Grayscale: #A9A9A9. Windows color (decimal): -6641441 or 14657690. OLE color: 14657690.
HSL color Cylindrical-coordinate representation of color #9AA8DF: hue angle of 227.83º degrees, saturation: 0.52, 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 #9AA8DF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 168 | 223 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.13 |
| HSL | 227.83º | 0.52% | 0.74% | - |
| HSV(B) | 227.83º | 0.31% | 0.87% | - |
| XYZ | 40.65 | 40.2 | 75.43 | - |
| YUV | 170.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 223 | 0.31 | 0.25 | 0 | 0.13 | 227.83 | 0.52 | 0.74 |
| Hex | 9A | A8 | DF | 1F | 19 | 0 | D | E4 | 34 | 4A |
| Octal | 232 | 250 | 337 | 37 | 31 | 0 | 15 | 344 | 64 | 112 |
| Binary | 10011010 | 10101000 | 11011111 | 11111 | 11001 | 0 | 1101 | 11100100 | 110100 | 1001010 |
Color Harmonies of #9AA8DF
Complementary color
Monochromatic Colors of #9AA8DF
Black with #9AA8DF
Text Example
Text Example
White with #9AA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8DF; }
p { color: rgb(154,168,223); }
H1.HeaderClassName
{
color: #9AA8DF;
}
.AnyTagClassName
{
color: #9AA8DF;
}
</style>
background-color css
<style>
a { background-color: #9AA8DF; }
a { background-color: rgb(154,168,223); }
div.DivClassName
{
background-color: #9AA8DF;
}
.BgClassName
{
background-color: #9AA8DF;
}
</style>
border-color css
<style>
span { border-color: #9AA8DF; }
span { border-color: rgb(154,168,223); }
td.TdClassName
{
border-color: #9AA8DF;
}
.TagClassName
{
border-color: #9AA8DF;
}
</style>