#AFB1CB

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

Shades of Echo Blue #AFB1CB

Tints of Echo Blue #AFB1CB

Color information

#AFB1CB (or 0xAFB1CB) is unknown color: approx Echo Blue. HEX triplet: AF, B1 and CB. RGB value is (175,177,203). Sum of RGB (Red+Green+Blue) = 175+177+203=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1CB is #504E34. Grayscale: #B3B3B3. Windows color (decimal): -5262901 or 13349295. OLE color: 13349295.

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

Color convert

RGB175177203-
CMYK0.140.1300.20
HSL235.71º21.21%74.12%-
HSV(B)235.71º13.79%79.61%-
XYZ44.1844.8762.83-
YUV179.37141.34124.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=31.53%
G=31.89%
B=36.58%

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
Decimal1751772030.140.1300.20235.7121.2174.12
HexAFB1CBED014ec154a
Octal257261313161502435425112
Binary1010111110110001110010111110110101010011101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1CB; }

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

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

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

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

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

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

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

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