#AFB0BE

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

Shades of Echo Blue #AFB0BE

Tints of Echo Blue #AFB0BE

Color information

#AFB0BE (or 0xAFB0BE) is unknown color: approx Echo Blue. HEX triplet: AF, B0 and BE. RGB value is (175,176,190). Sum of RGB (Red+Green+Blue) = 175+176+190=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BE is #504F41. Grayscale: #B1B1B1. Windows color (decimal): -5263170 or 12497071. OLE color: 12497071.

HSL color Cylindrical-coordinate representation of color #AFB0BE: hue angle of 236º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB0BE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175176190-
CMYK0.080.0700.25
HSL236º10.34%71.57%-
HSV(B)236º7.89%74.51%-
XYZ42.543.8854.95-
YUV177.3135.17126.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=32.35%
G=32.53%
B=35.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751761900.080.0700.2523610.3471.57
HexAFB0BE87019eca48
Octal25726027610703135412110
Binary10101111101100001011111010001110110011110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0BE; }

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

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

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

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

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

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

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

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