#AFB5C8

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

Shades of Echo Blue #AFB5C8

Tints of Echo Blue #AFB5C8

Color information

#AFB5C8 (or 0xAFB5C8) is unknown color: approx Echo Blue. HEX triplet: AF, B5 and C8. RGB value is (175,181,200). Sum of RGB (Red+Green+Blue) = 175+181+200=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFB5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5C8 is #504A37. Grayscale: #B5B5B5. Windows color (decimal): -5261880 or 13153711. OLE color: 13153711.

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

Color convert

RGB175181200-
CMYK0.120.0900.22
HSL225.6º18.52%73.53%-
HSV(B)225.6º12.5%78.43%-
XYZ44.6346.3361.23-
YUV181.37138.51123.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=31.47%
G=32.55%
B=35.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751812000.120.0900.22225.618.5273.53
HexAFB5C8C9016e2134a
Octal257265310141102634223112
Binary1010111110110101110010001100100101011011100010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5C8; }

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

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

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

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

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

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

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

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