#AFB1BE

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

Shades of Echo Blue #AFB1BE

Tints of Echo Blue #AFB1BE

Color information

#AFB1BE (or 0xAFB1BE) is unknown color: approx Echo Blue. HEX triplet: AF, B1 and BE. RGB value is (175,177,190). Sum of RGB (Red+Green+Blue) = 175+177+190=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1BE is #504E41. Grayscale: #B1B1B1. Windows color (decimal): -5262914 or 12497327. OLE color: 12497327.

HSL color Cylindrical-coordinate representation of color #AFB1BE: hue angle of 232º 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 #AFB1BE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175177190-
CMYK0.080.0700.25
HSL232º10.34%71.57%-
HSV(B)232º7.89%74.51%-
XYZ42.744.2855.01-
YUV177.88134.84125.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=32.29%
G=32.66%
B=35.06%

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
Decimal1751771900.080.0700.2523210.3471.57
HexAFB1BE87019e8a48
Octal25726127610703135012110
Binary10101111101100011011111010001110110011110100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1BE; }

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

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

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

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

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

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

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

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