Shades of Echo Blue #9AACDF
Tints of Echo Blue #9AACDF
RGB
CMYK
RGB Variations
Color information
#9AACDF (or 0x9AACDF) is known color: Echo Blue. HEX triplet: 9A, AC and DF. RGB value is (154,172,223). Sum of RGB (Red+Green+Blue) = 154+172+223=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDF is #655320. Grayscale: #ACACAC. Windows color (decimal): -6640417 or 14658714. OLE color: 14658714.
HSL color Cylindrical-coordinate representation of color #9AACDF: hue angle of 224.35º 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 #9AACDF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 172 | 223 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.13 |
| HSL | 224.35º | 0.52% | 0.74% | - |
| HSV(B) | 224.35º | 0.31% | 0.87% | - |
| XYZ | 41.4 | 41.7 | 75.68 | - |
| YUV | 172.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 223 | 0.31 | 0.23 | 0 | 0.13 | 224.35 | 0.52 | 0.74 |
| Hex | 9A | AC | DF | 1F | 17 | 0 | D | E0 | 34 | 4A |
| Octal | 232 | 254 | 337 | 37 | 27 | 0 | 15 | 340 | 64 | 112 |
| Binary | 10011010 | 10101100 | 11011111 | 11111 | 10111 | 0 | 1101 | 11100000 | 110100 | 1001010 |
Color Harmonies of #9AACDF
Complementary color
Monochromatic Colors of #9AACDF
Black with #9AACDF
Text Example
Text Example
White with #9AACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACDF; }
p { color: rgb(154,172,223); }
H1.HeaderClassName
{
color: #9AACDF;
}
.AnyTagClassName
{
color: #9AACDF;
}
</style>
background-color css
<style>
a { background-color: #9AACDF; }
a { background-color: rgb(154,172,223); }
div.DivClassName
{
background-color: #9AACDF;
}
.BgClassName
{
background-color: #9AACDF;
}
</style>
border-color css
<style>
span { border-color: #9AACDF; }
span { border-color: rgb(154,172,223); }
td.TdClassName
{
border-color: #9AACDF;
}
.TagClassName
{
border-color: #9AACDF;
}
</style>