Shades of Echo Blue #9AAFDD
Tints of Echo Blue #9AAFDD
RGB
CMYK
RGB Variations
Color information
#9AAFDD (or 0x9AAFDD) is known color: Echo Blue. HEX triplet: 9A, AF and DD. RGB value is (154,175,221). Sum of RGB (Red+Green+Blue) = 154+175+221=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFDD is #655022. Grayscale: #ADADAD. Windows color (decimal): -6639651 or 14528410. OLE color: 14528410.
HSL color Cylindrical-coordinate representation of color #9AAFDD: hue angle of 221.19º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AAFDD is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 175 | 221 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.13 |
| HSL | 221.19º | 0.5% | 0.74% | - |
| HSV(B) | 221.19º | 0.3% | 0.87% | - |
| XYZ | 41.71 | 42.75 | 74.46 | - |
| YUV | 173.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 221 | 0.30 | 0.21 | 0 | 0.13 | 221.19 | 0.5 | 0.74 |
| Hex | 9A | AF | DD | 1E | 15 | 0 | D | DD | 32 | 4A |
| Octal | 232 | 257 | 335 | 36 | 25 | 0 | 15 | 335 | 62 | 112 |
| Binary | 10011010 | 10101111 | 11011101 | 11110 | 10101 | 0 | 1101 | 11011101 | 110010 | 1001010 |
Color Harmonies of #9AAFDD
Complementary color
Monochromatic Colors of #9AAFDD
Black with #9AAFDD
Text Example
Text Example
White with #9AAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFDD; }
p { color: rgb(154,175,221); }
H1.HeaderClassName
{
color: #9AAFDD;
}
.AnyTagClassName
{
color: #9AAFDD;
}
</style>
background-color css
<style>
a { background-color: #9AAFDD; }
a { background-color: rgb(154,175,221); }
div.DivClassName
{
background-color: #9AAFDD;
}
.BgClassName
{
background-color: #9AAFDD;
}
</style>
border-color css
<style>
span { border-color: #9AAFDD; }
span { border-color: rgb(154,175,221); }
td.TdClassName
{
border-color: #9AAFDD;
}
.TagClassName
{
border-color: #9AAFDD;
}
</style>