Shades of Echo Blue #A2B5CC
Tints of Echo Blue #A2B5CC
RGB
CMYK
RGB Variations
Color information
#A2B5CC (or 0xA2B5CC) is known color: Echo Blue. HEX triplet: A2, B5 and CC. RGB value is (162,181,204). Sum of RGB (Red+Green+Blue) = 162+181+204=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B5CC is #5D4A33. Grayscale: #B1B1B1. Windows color (decimal): -6113844 or 13415842. OLE color: 13415842.
HSL color Cylindrical-coordinate representation of color #A2B5CC: hue angle of 212.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B5CC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 162 | 181 | 204 | - |
CMYK | 0.21 | 0.11 | 0 | 0.2 |
HSL | 212.86º | 0.29% | 0.72% | - |
HSV(B) | 212.86º | 0.21% | 0.8% | - |
XYZ | 42.32 | 45.09 | 63.6 | - |
YUV | 177.94 | 142.71 | 116.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 181 | 204 | 0.21 | 0.11 | 0 | 0.2 | 212.86 | 0.29 | 0.72 |
Hex | A2 | B5 | CC | 15 | B | 0 | 14 | D5 | 1D | 48 |
Octal | 242 | 265 | 314 | 25 | 13 | 0 | 24 | 325 | 35 | 110 |
Binary | 10100010 | 10110101 | 11001100 | 10101 | 1011 | 0 | 10100 | 11010101 | 11101 | 1001000 |
Color Harmonies of #A2B5CC
Complementary color
Monochromatic Colors of #A2B5CC
Black with #A2B5CC
Text Example
Text Example
White with #A2B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B5CC; }
p { color: rgb(162,181,204); }
H1.HeaderClassName
{
color: #A2B5CC;
}
.AnyTagClassName
{
color: #A2B5CC;
}
</style>
background-color css
<style>
a { background-color: #A2B5CC; }
a { background-color: rgb(162,181,204); }
div.DivClassName
{
background-color: #A2B5CC;
}
.BgClassName
{
background-color: #A2B5CC;
}
</style>
border-color css
<style>
span { border-color: #A2B5CC; }
span { border-color: rgb(162,181,204); }
td.TdClassName
{
border-color: #A2B5CC;
}
.TagClassName
{
border-color: #A2B5CC;
}
</style>