Shades of Echo Blue #A1B2CC
Tints of Echo Blue #A1B2CC
RGB
CMYK
RGB Variations
Color information
#A1B2CC (or 0xA1B2CC) is known color: Echo Blue. HEX triplet: A1, B2 and CC. RGB value is (161,178,204). Sum of RGB (Red+Green+Blue) = 161+178+204=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2CC is #5E4D33. Grayscale: #AFAFAF. Windows color (decimal): -6180148 or 13415073. OLE color: 13415073.
HSL color Cylindrical-coordinate representation of color #A1B2CC: hue angle of 216.28º 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 #A1B2CC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 178 | 204 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.2 |
| HSL | 216.28º | 0.3% | 0.72% | - |
| HSV(B) | 216.28º | 0.21% | 0.8% | - |
| XYZ | 41.52 | 43.78 | 63.39 | - |
| YUV | 175.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 204 | 0.21 | 0.13 | 0 | 0.2 | 216.28 | 0.3 | 0.72 |
| Hex | A1 | B2 | CC | 15 | D | 0 | 14 | D8 | 1E | 48 |
| Octal | 241 | 262 | 314 | 25 | 15 | 0 | 24 | 330 | 36 | 110 |
| Binary | 10100001 | 10110010 | 11001100 | 10101 | 1101 | 0 | 10100 | 11011000 | 11110 | 1001000 |
Color Harmonies of #A1B2CC
Complementary color
Monochromatic Colors of #A1B2CC
Black with #A1B2CC
Text Example
Text Example
White with #A1B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2CC; }
p { color: rgb(161,178,204); }
H1.HeaderClassName
{
color: #A1B2CC;
}
.AnyTagClassName
{
color: #A1B2CC;
}
</style>
background-color css
<style>
a { background-color: #A1B2CC; }
a { background-color: rgb(161,178,204); }
div.DivClassName
{
background-color: #A1B2CC;
}
.BgClassName
{
background-color: #A1B2CC;
}
</style>
border-color css
<style>
span { border-color: #A1B2CC; }
span { border-color: rgb(161,178,204); }
td.TdClassName
{
border-color: #A1B2CC;
}
.TagClassName
{
border-color: #A1B2CC;
}
</style>