Shades of Echo Blue #9AAFD8
Tints of Echo Blue #9AAFD8
RGB
CMYK
RGB Variations
Color information
#9AAFD8 (or 0x9AAFD8) is known color: Echo Blue. HEX triplet: 9A, AF and D8. RGB value is (154,175,216). Sum of RGB (Red+Green+Blue) = 154+175+216=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #9AAFD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFD8 is #655027. Grayscale: #ADADAD. Windows color (decimal): -6639656 or 14200730. OLE color: 14200730.
HSL color Cylindrical-coordinate representation of color #9AAFD8: hue angle of 219.68º degrees, saturation: 0.44, 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 #9AAFD8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 175 | 216 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.15 |
| HSL | 219.68º | 0.44% | 0.73% | - |
| HSV(B) | 219.68º | 0.29% | 0.85% | - |
| XYZ | 41.05 | 42.49 | 71 | - |
| YUV | 173.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 216 | 0.29 | 0.19 | 0 | 0.15 | 219.68 | 0.44 | 0.73 |
| Hex | 9A | AF | D8 | 1D | 13 | 0 | F | DC | 2C | 49 |
| Octal | 232 | 257 | 330 | 35 | 23 | 0 | 17 | 334 | 54 | 111 |
| Binary | 10011010 | 10101111 | 11011000 | 11101 | 10011 | 0 | 1111 | 11011100 | 101100 | 1001001 |
Color Harmonies of #9AAFD8
Complementary color
Monochromatic Colors of #9AAFD8
Black with #9AAFD8
Text Example
Text Example
White with #9AAFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFD8; }
p { color: rgb(154,175,216); }
H1.HeaderClassName
{
color: #9AAFD8;
}
.AnyTagClassName
{
color: #9AAFD8;
}
</style>
background-color css
<style>
a { background-color: #9AAFD8; }
a { background-color: rgb(154,175,216); }
div.DivClassName
{
background-color: #9AAFD8;
}
.BgClassName
{
background-color: #9AAFD8;
}
</style>
border-color css
<style>
span { border-color: #9AAFD8; }
span { border-color: rgb(154,175,216); }
td.TdClassName
{
border-color: #9AAFD8;
}
.TagClassName
{
border-color: #9AAFD8;
}
</style>