#AFB2BF

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

Shades of Echo Blue #AFB2BF

Tints of Echo Blue #AFB2BF

Color information

#AFB2BF (or 0xAFB2BF) is unknown color: approx Echo Blue. HEX triplet: AF, B2 and BF. RGB value is (175,178,191). Sum of RGB (Red+Green+Blue) = 175+178+191=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2BF is #504D40. Grayscale: #B2B2B2. Windows color (decimal): -5262657 or 12563119. OLE color: 12563119.

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

Color convert

RGB175178191-
CMYK0.080.0700.25
HSL228.75º11.11%71.76%-
HSV(B)228.75º8.38%74.9%-
XYZ4344.7255.65-
YUV178.58135.01125.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 191 (75% from 255) = 35.11%
R=32.17%
G=32.72%
B=35.11%

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
Decimal1751781910.080.0700.25228.7511.1171.76
HexAFB2BF87019e5b48
Octal25726227710703134513110
Binary10101111101100101011111110001110110011110010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2BF; }

 p { color: rgb(175,178,191); }

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

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

 a { background-color: rgb(175,178,191); }

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

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

 span { border-color: rgb(175,178,191); }

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