Shades of Echo Blue #9AAEDF
Tints of Echo Blue #9AAEDF
RGB
CMYK
RGB Variations
Color information
#9AAEDF (or 0x9AAEDF) is known color: Echo Blue. HEX triplet: 9A, AE and DF. RGB value is (154,174,223). Sum of RGB (Red+Green+Blue) = 154+174+223=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEDF is #655120. Grayscale: #ADADAD. Windows color (decimal): -6639905 or 14659226. OLE color: 14659226.
HSL color Cylindrical-coordinate representation of color #9AAEDF: hue angle of 222.61º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAEDF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 174 | 223 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.13 |
| HSL | 222.61º | 0.52% | 0.74% | - |
| HSV(B) | 222.61º | 0.31% | 0.87% | - |
| XYZ | 41.78 | 42.47 | 75.81 | - |
| YUV | 173.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 223 | 0.31 | 0.22 | 0 | 0.13 | 222.61 | 0.52 | 0.74 |
| Hex | 9A | AE | DF | 1F | 16 | 0 | D | DF | 34 | 4A |
| Octal | 232 | 256 | 337 | 37 | 26 | 0 | 15 | 337 | 64 | 112 |
| Binary | 10011010 | 10101110 | 11011111 | 11111 | 10110 | 0 | 1101 | 11011111 | 110100 | 1001010 |
Color Harmonies of #9AAEDF
Complementary color
Monochromatic Colors of #9AAEDF
Black with #9AAEDF
Text Example
Text Example
White with #9AAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEDF; }
p { color: rgb(154,174,223); }
H1.HeaderClassName
{
color: #9AAEDF;
}
.AnyTagClassName
{
color: #9AAEDF;
}
</style>
background-color css
<style>
a { background-color: #9AAEDF; }
a { background-color: rgb(154,174,223); }
div.DivClassName
{
background-color: #9AAEDF;
}
.BgClassName
{
background-color: #9AAEDF;
}
</style>
border-color css
<style>
span { border-color: #9AAEDF; }
span { border-color: rgb(154,174,223); }
td.TdClassName
{
border-color: #9AAEDF;
}
.TagClassName
{
border-color: #9AAEDF;
}
</style>