#AFB0CB

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

Shades of Echo Blue #AFB0CB

Tints of Echo Blue #AFB0CB

Color information

#AFB0CB (or 0xAFB0CB) is unknown color: approx Echo Blue. HEX triplet: AF, B0 and CB. RGB value is (175,176,203). Sum of RGB (Red+Green+Blue) = 175+176+203=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CB is #504F34. Grayscale: #B2B2B2. Windows color (decimal): -5263157 or 13349039. OLE color: 13349039.

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

Color convert

RGB175176203-
CMYK0.140.1300.20
HSL237.86º21.21%74.12%-
HSV(B)237.86º13.79%79.61%-
XYZ43.9844.4862.77-
YUV178.78141.67125.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=31.59%
G=31.77%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751762030.140.1300.20237.8621.2174.12
HexAFB0CBED014ee154a
Octal257260313161502435625112
Binary1010111110110000110010111110110101010011101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0CB; }

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

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

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

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

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

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

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

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