#A8AFCD

Color #A8AFCD Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A8AFCD

Tints of Echo Blue #A8AFCD

Color information

#A8AFCD (or 0xA8AFCD) is unknown color: approx Echo Blue. HEX triplet: A8, AF and CD. RGB value is (168,175,205). Sum of RGB (Red+Green+Blue) = 168+175+205=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCD is #575032. Grayscale: #B0B0B0. Windows color (decimal): -5722163 or 13479848. OLE color: 13479848.

HSL color Cylindrical-coordinate representation of color #A8AFCD: hue angle of 228.65º degrees, saturation: 0.27, 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 #A8AFCD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168175205-
CMYK0.180.1500.20
HSL228.65º27.01%73.14%-
HSV(B)228.65º18.05%80.39%-
XYZ42.543.3963.89-
YUV176.33144.18122.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=30.66%
G=31.93%
B=37.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681752050.180.1500.20228.6527.0173.14
HexA8AFCD12F014e51b49
Octal250257315221702434533111
Binary10101000101011111100110110010111101010011100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFCD; }

 p { color: rgb(168,175,205); }

 H1.HeaderClassName
 {
   color: #A8AFCD;
 }
 .AnyTagClassName
 {
   color: #A8AFCD;
 }
</style>
background-color css

<style>
 a { background-color: #A8AFCD; }

 a { background-color: rgb(168,175,205); }

 div.DivClassName
 {
   background-color: #A8AFCD;
 }
 .BgClassName
 {
   background-color: #A8AFCD;
 }
</style>
border-color css

<style>
 span { border-color: #A8AFCD; }

 span { border-color: rgb(168,175,205); }

 td.TdClassName
 {
   border-color: #A8AFCD;
 }
 .TagClassName
 {
   border-color: #A8AFCD;
 }
</style>