Shades of Echo Blue #A1B5CC
Tints of Echo Blue #A1B5CC
RGB
CMYK
RGB Variations
Color information
#A1B5CC (or 0xA1B5CC) is known color: Echo Blue. HEX triplet: A1, B5 and CC. RGB value is (161,181,204). Sum of RGB (Red+Green+Blue) = 161+181+204=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5CC is #5E4A33. Grayscale: #B1B1B1. Windows color (decimal): -6179380 or 13415841. OLE color: 13415841.
HSL color Cylindrical-coordinate representation of color #A1B5CC: hue angle of 212.09º degrees, saturation: 0.3, 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 #A1B5CC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 181 | 204 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.2 |
| HSL | 212.09º | 0.3% | 0.72% | - |
| HSV(B) | 212.09º | 0.21% | 0.8% | - |
| XYZ | 42.12 | 44.98 | 63.59 | - |
| YUV | 177.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 204 | 0.21 | 0.11 | 0 | 0.2 | 212.09 | 0.3 | 0.72 |
| Hex | A1 | B5 | CC | 15 | B | 0 | 14 | D4 | 1E | 48 |
| Octal | 241 | 265 | 314 | 25 | 13 | 0 | 24 | 324 | 36 | 110 |
| Binary | 10100001 | 10110101 | 11001100 | 10101 | 1011 | 0 | 10100 | 11010100 | 11110 | 1001000 |
Color Harmonies of #A1B5CC
Complementary color
Monochromatic Colors of #A1B5CC
Black with #A1B5CC
Text Example
Text Example
White with #A1B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5CC; }
p { color: rgb(161,181,204); }
H1.HeaderClassName
{
color: #A1B5CC;
}
.AnyTagClassName
{
color: #A1B5CC;
}
</style>
background-color css
<style>
a { background-color: #A1B5CC; }
a { background-color: rgb(161,181,204); }
div.DivClassName
{
background-color: #A1B5CC;
}
.BgClassName
{
background-color: #A1B5CC;
}
</style>
border-color css
<style>
span { border-color: #A1B5CC; }
span { border-color: rgb(161,181,204); }
td.TdClassName
{
border-color: #A1B5CC;
}
.TagClassName
{
border-color: #A1B5CC;
}
</style>