Shades of Echo Blue #9AA4D3
Tints of Echo Blue #9AA4D3
RGB
CMYK
RGB Variations
Color information
#9AA4D3 (or 0x9AA4D3) is known color: Echo Blue. HEX triplet: 9A, A4 and D3. RGB value is (154,164,211). Sum of RGB (Red+Green+Blue) = 154+164+211=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #9AA4D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4D3 is #655B2C. Grayscale: #A6A6A6. Windows color (decimal): -6642477 or 13870234. OLE color: 13870234.
HSL color Cylindrical-coordinate representation of color #9AA4D3: hue angle of 229.47º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AA4D3 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 164 | 211 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.17 |
| HSL | 229.47º | 0.39% | 0.72% | - |
| HSV(B) | 229.47º | 0.27% | 0.83% | - |
| XYZ | 38.36 | 38.12 | 66.96 | - |
| YUV | 166.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 211 | 0.27 | 0.22 | 0 | 0.17 | 229.47 | 0.39 | 0.72 |
| Hex | 9A | A4 | D3 | 1B | 16 | 0 | 11 | E5 | 27 | 48 |
| Octal | 232 | 244 | 323 | 33 | 26 | 0 | 21 | 345 | 47 | 110 |
| Binary | 10011010 | 10100100 | 11010011 | 11011 | 10110 | 0 | 10001 | 11100101 | 100111 | 1001000 |
Color Harmonies of #9AA4D3
Complementary color
Monochromatic Colors of #9AA4D3
Black with #9AA4D3
Text Example
Text Example
White with #9AA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4D3; }
p { color: rgb(154,164,211); }
H1.HeaderClassName
{
color: #9AA4D3;
}
.AnyTagClassName
{
color: #9AA4D3;
}
</style>
background-color css
<style>
a { background-color: #9AA4D3; }
a { background-color: rgb(154,164,211); }
div.DivClassName
{
background-color: #9AA4D3;
}
.BgClassName
{
background-color: #9AA4D3;
}
</style>
border-color css
<style>
span { border-color: #9AA4D3; }
span { border-color: rgb(154,164,211); }
td.TdClassName
{
border-color: #9AA4D3;
}
.TagClassName
{
border-color: #9AA4D3;
}
</style>