#AFB0CA

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

Shades of Echo Blue #AFB0CA

Tints of Echo Blue #AFB0CA

Color information

#AFB0CA (or 0xAFB0CA) is unknown color: approx Echo Blue. HEX triplet: AF, B0 and CA. RGB value is (175,176,202). Sum of RGB (Red+Green+Blue) = 175+176+202=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CA is #504F35. Grayscale: #B2B2B2. Windows color (decimal): -5263158 or 13283503. OLE color: 13283503.

HSL color Cylindrical-coordinate representation of color #AFB0CA: hue angle of 237.78º 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 #AFB0CA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175176202-
CMYK0.130.1300.21
HSL237.78º20.3%73.92%-
HSV(B)237.78º13.37%79.22%-
XYZ43.8744.4362.14-
YUV178.66141.17125.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=31.65%
G=31.83%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751762020.130.1300.21237.7820.373.92
HexAFB0CADD015ee144a
Octal257260312151502535624112
Binary1010111110110000110010101101110101010111101110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0CA; }

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

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

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

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

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

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

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

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