Shades of Echo Blue #9AAFD5
Tints of Echo Blue #9AAFD5
RGB
CMYK
RGB Variations
Color information
#9AAFD5 (or 0x9AAFD5) is known color: Echo Blue. HEX triplet: 9A, AF and D5. RGB value is (154,175,213). Sum of RGB (Red+Green+Blue) = 154+175+213=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #9AAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFD5 is #65502A. Grayscale: #ACACAC. Windows color (decimal): -6639659 or 14004122. OLE color: 14004122.
HSL color Cylindrical-coordinate representation of color #9AAFD5: hue angle of 218.64º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AAFD5 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 175 | 213 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.16 |
| HSL | 218.64º | 0.41% | 0.72% | - |
| HSV(B) | 218.64º | 0.28% | 0.84% | - |
| XYZ | 40.67 | 42.33 | 68.98 | - |
| YUV | 173.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 213 | 0.28 | 0.18 | 0 | 0.16 | 218.64 | 0.41 | 0.72 |
| Hex | 9A | AF | D5 | 1C | 12 | 0 | 10 | DB | 29 | 48 |
| Octal | 232 | 257 | 325 | 34 | 22 | 0 | 20 | 333 | 51 | 110 |
| Binary | 10011010 | 10101111 | 11010101 | 11100 | 10010 | 0 | 10000 | 11011011 | 101001 | 1001000 |
Color Harmonies of #9AAFD5
Complementary color
Monochromatic Colors of #9AAFD5
Black with #9AAFD5
Text Example
Text Example
White with #9AAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFD5; }
p { color: rgb(154,175,213); }
H1.HeaderClassName
{
color: #9AAFD5;
}
.AnyTagClassName
{
color: #9AAFD5;
}
</style>
background-color css
<style>
a { background-color: #9AAFD5; }
a { background-color: rgb(154,175,213); }
div.DivClassName
{
background-color: #9AAFD5;
}
.BgClassName
{
background-color: #9AAFD5;
}
</style>
border-color css
<style>
span { border-color: #9AAFD5; }
span { border-color: rgb(154,175,213); }
td.TdClassName
{
border-color: #9AAFD5;
}
.TagClassName
{
border-color: #9AAFD5;
}
</style>