#AFB5CA

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

Shades of Echo Blue #AFB5CA

Tints of Echo Blue #AFB5CA

Color information

#AFB5CA (or 0xAFB5CA) is unknown color: approx Echo Blue. HEX triplet: AF, B5 and CA. RGB value is (175,181,202). Sum of RGB (Red+Green+Blue) = 175+181+202=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5CA is #504A35. Grayscale: #B5B5B5. Windows color (decimal): -5261878 or 13284783. OLE color: 13284783.

HSL color Cylindrical-coordinate representation of color #AFB5CA: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB5CA is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175181202-
CMYK0.130.1000.21
HSL226.67º20.3%73.92%-
HSV(B)226.67º13.37%79.22%-
XYZ44.8646.4362.47-
YUV181.6139.51123.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=31.36%
G=32.44%
B=36.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751812020.130.1000.21226.6720.373.92
HexAFB5CADA015e3144a
Octal257265312151202534324112
Binary1010111110110101110010101101101001010111100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5CA; }

 p { color: rgb(175,181,202); }

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

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

 a { background-color: rgb(175,181,202); }

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

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

 span { border-color: rgb(175,181,202); }

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