Shades of Echo Blue #A8B5DA
Tints of Echo Blue #A8B5DA
RGB
CMYK
RGB Variations
Color information
#A8B5DA (or 0xA8B5DA) is known color: Echo Blue. HEX triplet: A8, B5 and DA. RGB value is (168,181,218). Sum of RGB (Red+Green+Blue) = 168+181+218=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8B5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5DA is #574A25. Grayscale: #B5B5B5. Windows color (decimal): -5720614 or 14333352. OLE color: 14333352.
HSL color Cylindrical-coordinate representation of color #A8B5DA: hue angle of 224.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B5DA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 181 | 218 | - |
CMYK | 0.23 | 0.17 | 0 | 0.15 |
HSL | 224.4º | 0.4% | 0.76% | - |
HSV(B) | 224.4º | 0.23% | 0.85% | - |
XYZ | 45.33 | 46.43 | 72.9 | - |
YUV | 181.33 | 148.69 | 118.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 181 | 218 | 0.23 | 0.17 | 0 | 0.15 | 224.4 | 0.4 | 0.76 |
Hex | A8 | B5 | DA | 17 | 11 | 0 | F | E0 | 28 | 4C |
Octal | 250 | 265 | 332 | 27 | 21 | 0 | 17 | 340 | 50 | 114 |
Binary | 10101000 | 10110101 | 11011010 | 10111 | 10001 | 0 | 1111 | 11100000 | 101000 | 1001100 |
Color Harmonies of #A8B5DA
Complementary color
Monochromatic Colors of #A8B5DA
Black with #A8B5DA
Text Example
Text Example
White with #A8B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5DA; }
p { color: rgb(168,181,218); }
H1.HeaderClassName
{
color: #A8B5DA;
}
.AnyTagClassName
{
color: #A8B5DA;
}
</style>
background-color css
<style>
a { background-color: #A8B5DA; }
a { background-color: rgb(168,181,218); }
div.DivClassName
{
background-color: #A8B5DA;
}
.BgClassName
{
background-color: #A8B5DA;
}
</style>
border-color css
<style>
span { border-color: #A8B5DA; }
span { border-color: rgb(168,181,218); }
td.TdClassName
{
border-color: #A8B5DA;
}
.TagClassName
{
border-color: #A8B5DA;
}
</style>