#AFB7CB

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

Shades of Echo Blue #AFB7CB

Tints of Echo Blue #AFB7CB

Color information

#AFB7CB (or 0xAFB7CB) is unknown color: approx Echo Blue. HEX triplet: AF, B7 and CB. RGB value is (175,183,203). Sum of RGB (Red+Green+Blue) = 175+183+203=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7CB is #504834. Grayscale: #B6B6B6. Windows color (decimal): -5261365 or 13350831. OLE color: 13350831.

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

Color convert

RGB175183203-
CMYK0.140.1000.20
HSL222.86º21.21%74.12%-
HSV(B)222.86º13.79%79.61%-
XYZ45.3947.2963.24-
YUV182.89139.35122.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=31.19%
G=32.62%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751832030.140.1000.20222.8621.2174.12
HexAFB7CBEA014df154a
Octal257267313161202433725112
Binary1010111110110111110010111110101001010011011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7CB; }

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

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

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

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

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

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

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

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