#AFB4BF

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

Shades of Echo Blue #AFB4BF

Tints of Echo Blue #AFB4BF

Color information

#AFB4BF (or 0xAFB4BF) is unknown color: approx Echo Blue. HEX triplet: AF, B4 and BF. RGB value is (175,180,191). Sum of RGB (Red+Green+Blue) = 175+180+191=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFB4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4BF is #504B40. Grayscale: #B3B3B3. Windows color (decimal): -5262145 or 12563631. OLE color: 12563631.

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

Color convert

RGB175180191-
CMYK0.080.0600.25
HSL221.25º11.11%71.76%-
HSV(B)221.25º8.38%74.9%-
XYZ43.445.5255.79-
YUV179.76134.34124.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 191 (75% from 255) = 34.98%
R=32.05%
G=32.97%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751801910.080.0600.25221.2511.1171.76
HexAFB4BF86019ddb48
Octal25726427710603133513110
Binary10101111101101001011111110001100110011101110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4BF; }

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

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

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

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

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

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

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

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