Shades of Echo Blue #A1B5D6
Tints of Echo Blue #A1B5D6
RGB
CMYK
RGB Variations
Color information
#A1B5D6 (or 0xA1B5D6) is known color: Echo Blue. HEX triplet: A1, B5 and D6. RGB value is (161,181,214). Sum of RGB (Red+Green+Blue) = 161+181+214=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #A1B5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5D6 is #5E4A29. Grayscale: #B2B2B2. Windows color (decimal): -6179370 or 14071201. OLE color: 14071201.
HSL color Cylindrical-coordinate representation of color #A1B5D6: hue angle of 217.36º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1B5D6 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 181 | 214 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.16 |
| HSL | 217.36º | 0.39% | 0.74% | - |
| HSV(B) | 217.36º | 0.25% | 0.84% | - |
| XYZ | 43.36 | 45.48 | 70.11 | - |
| YUV | 178.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 214 | 0.25 | 0.15 | 0 | 0.16 | 217.36 | 0.39 | 0.74 |
| Hex | A1 | B5 | D6 | 19 | F | 0 | 10 | D9 | 27 | 4A |
| Octal | 241 | 265 | 326 | 31 | 17 | 0 | 20 | 331 | 47 | 112 |
| Binary | 10100001 | 10110101 | 11010110 | 11001 | 1111 | 0 | 10000 | 11011001 | 100111 | 1001010 |
Color Harmonies of #A1B5D6
Complementary color
Monochromatic Colors of #A1B5D6
Black with #A1B5D6
Text Example
Text Example
White with #A1B5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5D6; }
p { color: rgb(161,181,214); }
H1.HeaderClassName
{
color: #A1B5D6;
}
.AnyTagClassName
{
color: #A1B5D6;
}
</style>
background-color css
<style>
a { background-color: #A1B5D6; }
a { background-color: rgb(161,181,214); }
div.DivClassName
{
background-color: #A1B5D6;
}
.BgClassName
{
background-color: #A1B5D6;
}
</style>
border-color css
<style>
span { border-color: #A1B5D6; }
span { border-color: rgb(161,181,214); }
td.TdClassName
{
border-color: #A1B5D6;
}
.TagClassName
{
border-color: #A1B5D6;
}
</style>