Shades of Echo Blue #A8AFCB
Tints of Echo Blue #A8AFCB
RGB
CMYK
RGB Variations
Color information
#A8AFCB (or 0xA8AFCB) is known color: Echo Blue. HEX triplet: A8, AF and CB. RGB value is (168,175,203). Sum of RGB (Red+Green+Blue) = 168+175+203=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCB is #575034. Grayscale: #AFAFAF. Windows color (decimal): -5722165 or 13348776. OLE color: 13348776.
HSL color Cylindrical-coordinate representation of color #A8AFCB: hue angle of 228º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8AFCB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 175 | 203 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.20 |
| HSL | 228º | 0.25% | 0.73% | - |
| HSV(B) | 228º | 0.17% | 0.8% | - |
| XYZ | 42.26 | 43.3 | 62.63 | - |
| YUV | 176.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 203 | 0.17 | 0.14 | 0 | 0.20 | 228 | 0.25 | 0.73 |
| Hex | A8 | AF | CB | 11 | E | 0 | 14 | E4 | 19 | 49 |
| Octal | 250 | 257 | 313 | 21 | 16 | 0 | 24 | 344 | 31 | 111 |
| Binary | 10101000 | 10101111 | 11001011 | 10001 | 1110 | 0 | 10100 | 11100100 | 11001 | 1001001 |
Color Harmonies of #A8AFCB
Complementary color
Monochromatic Colors of #A8AFCB
Black with #A8AFCB
Text Example
Text Example
White with #A8AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFCB; }
p { color: rgb(168,175,203); }
H1.HeaderClassName
{
color: #A8AFCB;
}
.AnyTagClassName
{
color: #A8AFCB;
}
</style>
background-color css
<style>
a { background-color: #A8AFCB; }
a { background-color: rgb(168,175,203); }
div.DivClassName
{
background-color: #A8AFCB;
}
.BgClassName
{
background-color: #A8AFCB;
}
</style>
border-color css
<style>
span { border-color: #A8AFCB; }
span { border-color: rgb(168,175,203); }
td.TdClassName
{
border-color: #A8AFCB;
}
.TagClassName
{
border-color: #A8AFCB;
}
</style>