Shades of Echo Blue #9AA9DF
Tints of Echo Blue #9AA9DF
RGB
CMYK
RGB Variations
Color information
#9AA9DF (or 0x9AA9DF) is known color: Echo Blue. HEX triplet: 9A, A9 and DF. RGB value is (154,169,223). Sum of RGB (Red+Green+Blue) = 154+169+223=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA9DF is #655620. Grayscale: #AAAAAA. Windows color (decimal): -6641185 or 14657946. OLE color: 14657946.
HSL color Cylindrical-coordinate representation of color #9AA9DF: hue angle of 226.96º 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 #9AA9DF is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 169 | 223 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.13 |
| HSL | 226.96º | 0.52% | 0.74% | - |
| HSV(B) | 226.96º | 0.31% | 0.87% | - |
| XYZ | 40.83 | 40.57 | 75.49 | - |
| YUV | 170.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 223 | 0.31 | 0.24 | 0 | 0.13 | 226.96 | 0.52 | 0.74 |
| Hex | 9A | A9 | DF | 1F | 18 | 0 | D | E3 | 34 | 4A |
| Octal | 232 | 251 | 337 | 37 | 30 | 0 | 15 | 343 | 64 | 112 |
| Binary | 10011010 | 10101001 | 11011111 | 11111 | 11000 | 0 | 1101 | 11100011 | 110100 | 1001010 |
Color Harmonies of #9AA9DF
Complementary color
Monochromatic Colors of #9AA9DF
Black with #9AA9DF
Text Example
Text Example
White with #9AA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9DF; }
p { color: rgb(154,169,223); }
H1.HeaderClassName
{
color: #9AA9DF;
}
.AnyTagClassName
{
color: #9AA9DF;
}
</style>
background-color css
<style>
a { background-color: #9AA9DF; }
a { background-color: rgb(154,169,223); }
div.DivClassName
{
background-color: #9AA9DF;
}
.BgClassName
{
background-color: #9AA9DF;
}
</style>
border-color css
<style>
span { border-color: #9AA9DF; }
span { border-color: rgb(154,169,223); }
td.TdClassName
{
border-color: #9AA9DF;
}
.TagClassName
{
border-color: #9AA9DF;
}
</style>