#AFB2CA

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

Shades of Echo Blue #AFB2CA

Tints of Echo Blue #AFB2CA

Color information

#AFB2CA (or 0xAFB2CA) is unknown color: approx Echo Blue. HEX triplet: AF, B2 and CA. RGB value is (175,178,202). Sum of RGB (Red+Green+Blue) = 175+178+202=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2CA is #504D35. Grayscale: #B3B3B3. Windows color (decimal): -5262646 or 13284015. OLE color: 13284015.

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

Color convert

RGB175178202-
CMYK0.130.1200.21
HSL233.33º20.3%73.92%-
HSV(B)233.33º13.37%79.22%-
XYZ44.2645.2262.27-
YUV179.84140.51124.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=31.53%
G=32.07%
B=36.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751782020.130.1200.21233.3320.373.92
HexAFB2CADC015e9144a
Octal257262312151402535124112
Binary1010111110110010110010101101110001010111101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2CA; }

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

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

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

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

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

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

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

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