#AFB7C8

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

Shades of Echo Blue #AFB7C8

Tints of Echo Blue #AFB7C8

Color information

#AFB7C8 (or 0xAFB7C8) is unknown color: approx Echo Blue. HEX triplet: AF, B7 and C8. RGB value is (175,183,200). Sum of RGB (Red+Green+Blue) = 175+183+200=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFB7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7C8 is #504837. Grayscale: #B6B6B6. Windows color (decimal): -5261368 or 13154223. OLE color: 13154223.

HSL color Cylindrical-coordinate representation of color #AFB7C8: hue angle of 220.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB7C8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175183200-
CMYK0.120.0800.22
HSL220.8º18.52%73.53%-
HSV(B)220.8º12.5%78.43%-
XYZ45.0447.1561.37-
YUV182.55137.85122.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=31.36%
G=32.80%
B=35.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751832000.120.0800.22220.818.5273.53
HexAFB7C8C8016dd134a
Octal257267310141002633523112
Binary1010111110110111110010001100100001011011011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7C8; }

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

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

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

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

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

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

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

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