#A5AFCB

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

Shades of Echo Blue #A5AFCB

Tints of Echo Blue #A5AFCB

Color information

#A5AFCB (or 0xA5AFCB) is unknown color: approx Echo Blue. HEX triplet: A5, AF and CB. RGB value is (165,175,203). Sum of RGB (Red+Green+Blue) = 165+175+203=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFCB is #5A5034. Grayscale: #AFAFAF. Windows color (decimal): -5918773 or 13348773. OLE color: 13348773.

HSL color Cylindrical-coordinate representation of color #A5AFCB: hue angle of 224.21º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5AFCB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165175203-
CMYK0.190.1400.20
HSL224.21º26.76%72.16%-
HSV(B)224.21º18.72%79.61%-
XYZ41.6342.9762.6-
YUV175.2143.69120.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=30.39%
G=32.23%
B=37.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651752030.190.1400.20224.2126.7672.16
HexA5AFCB13E014e01b48
Octal245257313231602434033110
Binary10100101101011111100101110011111001010011100000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFCB; }

 p { color: rgb(165,175,203); }

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

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

 a { background-color: rgb(165,175,203); }

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

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

 span { border-color: rgb(165,175,203); }

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