Shades of Echo Blue #9AA2C4
Tints of Echo Blue #9AA2C4
RGB
CMYK
RGB Variations
Color information
#9AA2C4 (or 0x9AA2C4) is known color: Echo Blue. HEX triplet: 9A, A2 and C4. RGB value is (154,162,196). Sum of RGB (Red+Green+Blue) = 154+162+196=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #9AA2C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2C4 is #655D3B. Grayscale: #A3A3A3. Windows color (decimal): -6643004 or 12886682. OLE color: 12886682.
HSL color Cylindrical-coordinate representation of color #9AA2C4: hue angle of 228.57º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA2C4 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 162 | 196 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.23 |
| HSL | 228.57º | 0.26% | 0.69% | - |
| HSV(B) | 228.57º | 0.21% | 0.77% | - |
| XYZ | 36.21 | 36.7 | 57.4 | - |
| YUV | 163.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 196 | 0.21 | 0.17 | 0 | 0.23 | 228.57 | 0.26 | 0.69 |
| Hex | 9A | A2 | C4 | 15 | 11 | 0 | 17 | E5 | 1A | 45 |
| Octal | 232 | 242 | 304 | 25 | 21 | 0 | 27 | 345 | 32 | 105 |
| Binary | 10011010 | 10100010 | 11000100 | 10101 | 10001 | 0 | 10111 | 11100101 | 11010 | 1000101 |
Color Harmonies of #9AA2C4
Complementary color
Monochromatic Colors of #9AA2C4
Black with #9AA2C4
Text Example
Text Example
White with #9AA2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA2C4; }
p { color: rgb(154,162,196); }
H1.HeaderClassName
{
color: #9AA2C4;
}
.AnyTagClassName
{
color: #9AA2C4;
}
</style>
background-color css
<style>
a { background-color: #9AA2C4; }
a { background-color: rgb(154,162,196); }
div.DivClassName
{
background-color: #9AA2C4;
}
.BgClassName
{
background-color: #9AA2C4;
}
</style>
border-color css
<style>
span { border-color: #9AA2C4; }
span { border-color: rgb(154,162,196); }
td.TdClassName
{
border-color: #9AA2C4;
}
.TagClassName
{
border-color: #9AA2C4;
}
</style>