Shades of Echo Blue #9AAFDC
Tints of Echo Blue #9AAFDC
RGB
CMYK
RGB Variations
Color information
#9AAFDC (or 0x9AAFDC) is known color: Echo Blue. HEX triplet: 9A, AF and DC. RGB value is (154,175,220). Sum of RGB (Red+Green+Blue) = 154+175+220=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFDC is #655023. Grayscale: #ADADAD. Windows color (decimal): -6639652 or 14462874. OLE color: 14462874.
HSL color Cylindrical-coordinate representation of color #9AAFDC: hue angle of 220.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AAFDC is Cyan = 0.3, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 175 | 220 | - |
| CMYK | 0.3 | 0.20 | 0 | 0.14 |
| HSL | 220.91º | 0.49% | 0.73% | - |
| HSV(B) | 220.91º | 0.3% | 0.86% | - |
| XYZ | 41.57 | 42.7 | 73.76 | - |
| YUV | 173.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 220 | 0.3 | 0.20 | 0 | 0.14 | 220.91 | 0.49 | 0.73 |
| Hex | 9A | AF | DC | 1E | 14 | 0 | E | DD | 31 | 49 |
| Octal | 232 | 257 | 334 | 36 | 24 | 0 | 16 | 335 | 61 | 111 |
| Binary | 10011010 | 10101111 | 11011100 | 11110 | 10100 | 0 | 1110 | 11011101 | 110001 | 1001001 |
Color Harmonies of #9AAFDC
Complementary color
Monochromatic Colors of #9AAFDC
Black with #9AAFDC
Text Example
Text Example
White with #9AAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFDC; }
p { color: rgb(154,175,220); }
H1.HeaderClassName
{
color: #9AAFDC;
}
.AnyTagClassName
{
color: #9AAFDC;
}
</style>
background-color css
<style>
a { background-color: #9AAFDC; }
a { background-color: rgb(154,175,220); }
div.DivClassName
{
background-color: #9AAFDC;
}
.BgClassName
{
background-color: #9AAFDC;
}
</style>
border-color css
<style>
span { border-color: #9AAFDC; }
span { border-color: rgb(154,175,220); }
td.TdClassName
{
border-color: #9AAFDC;
}
.TagClassName
{
border-color: #9AAFDC;
}
</style>