Shades of Echo Blue #9AA8CF
Tints of Echo Blue #9AA8CF
RGB
CMYK
RGB Variations
Color information
#9AA8CF (or 0x9AA8CF) is known color: Echo Blue. HEX triplet: 9A, A8 and CF. RGB value is (154,168,207). Sum of RGB (Red+Green+Blue) = 154+168+207=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8CF is #655730. Grayscale: #A8A8A8. Windows color (decimal): -6641457 or 13609114. OLE color: 13609114.
HSL color Cylindrical-coordinate representation of color #9AA8CF: hue angle of 224.15º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AA8CF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 168 | 207 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.19 |
| HSL | 224.15º | 0.36% | 0.71% | - |
| HSV(B) | 224.15º | 0.26% | 0.81% | - |
| XYZ | 38.59 | 39.38 | 64.6 | - |
| YUV | 168.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 207 | 0.26 | 0.19 | 0 | 0.19 | 224.15 | 0.36 | 0.71 |
| Hex | 9A | A8 | CF | 1A | 13 | 0 | 13 | E0 | 24 | 47 |
| Octal | 232 | 250 | 317 | 32 | 23 | 0 | 23 | 340 | 44 | 107 |
| Binary | 10011010 | 10101000 | 11001111 | 11010 | 10011 | 0 | 10011 | 11100000 | 100100 | 1000111 |
Color Harmonies of #9AA8CF
Complementary color
Monochromatic Colors of #9AA8CF
Black with #9AA8CF
Text Example
Text Example
White with #9AA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8CF; }
p { color: rgb(154,168,207); }
H1.HeaderClassName
{
color: #9AA8CF;
}
.AnyTagClassName
{
color: #9AA8CF;
}
</style>
background-color css
<style>
a { background-color: #9AA8CF; }
a { background-color: rgb(154,168,207); }
div.DivClassName
{
background-color: #9AA8CF;
}
.BgClassName
{
background-color: #9AA8CF;
}
</style>
border-color css
<style>
span { border-color: #9AA8CF; }
span { border-color: rgb(154,168,207); }
td.TdClassName
{
border-color: #9AA8CF;
}
.TagClassName
{
border-color: #9AA8CF;
}
</style>