Shades of Echo Blue #A8B4CC
Tints of Echo Blue #A8B4CC
RGB
CMYK
RGB Variations
Color information
#A8B4CC (or 0xA8B4CC) is known color: Echo Blue. HEX triplet: A8, B4 and CC. RGB value is (168,180,204). Sum of RGB (Red+Green+Blue) = 168+180+204=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8B4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4CC is #574B33. Grayscale: #B3B3B3. Windows color (decimal): -5720884 or 13415592. OLE color: 13415592.
HSL color Cylindrical-coordinate representation of color #A8B4CC: hue angle of 220º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8B4CC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 180 | 204 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.2 |
| HSL | 220º | 0.26% | 0.73% | - |
| HSV(B) | 220º | 0.18% | 0.8% | - |
| XYZ | 43.37 | 45.33 | 63.59 | - |
| YUV | 179.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 204 | 0.18 | 0.12 | 0 | 0.2 | 220 | 0.26 | 0.73 |
| Hex | A8 | B4 | CC | 12 | C | 0 | 14 | DC | 1A | 49 |
| Octal | 250 | 264 | 314 | 22 | 14 | 0 | 24 | 334 | 32 | 111 |
| Binary | 10101000 | 10110100 | 11001100 | 10010 | 1100 | 0 | 10100 | 11011100 | 11010 | 1001001 |
Color Harmonies of #A8B4CC
Complementary color
Monochromatic Colors of #A8B4CC
Black with #A8B4CC
Text Example
Text Example
White with #A8B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B4CC; }
p { color: rgb(168,180,204); }
H1.HeaderClassName
{
color: #A8B4CC;
}
.AnyTagClassName
{
color: #A8B4CC;
}
</style>
background-color css
<style>
a { background-color: #A8B4CC; }
a { background-color: rgb(168,180,204); }
div.DivClassName
{
background-color: #A8B4CC;
}
.BgClassName
{
background-color: #A8B4CC;
}
</style>
border-color css
<style>
span { border-color: #A8B4CC; }
span { border-color: rgb(168,180,204); }
td.TdClassName
{
border-color: #A8B4CC;
}
.TagClassName
{
border-color: #A8B4CC;
}
</style>