#AFB9C9

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

Shades of Echo Blue #AFB9C9

Tints of Echo Blue #AFB9C9

Color information

#AFB9C9 (or 0xAFB9C9) is unknown color: approx Echo Blue. HEX triplet: AF, B9 and C9. RGB value is (175,185,201). Sum of RGB (Red+Green+Blue) = 175+185+201=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFB9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C9 is #504636. Grayscale: #B7B7B7. Windows color (decimal): -5260855 or 13220271. OLE color: 13220271.

HSL color Cylindrical-coordinate representation of color #AFB9C9: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB9C9 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175185201-
CMYK0.130.0800.21
HSL216.92º19.4%73.73%-
HSV(B)216.92º12.94%78.82%-
XYZ45.5748.0362.13-
YUV183.83137.69121.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=31.19%
G=32.98%
B=35.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751852010.130.0800.21216.9219.473.73
HexAFB9C9D8015d9134a
Octal257271311151002533123112
Binary1010111110111001110010011101100001010111011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9C9; }

 p { color: rgb(175,185,201); }

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

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

 a { background-color: rgb(175,185,201); }

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

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

 span { border-color: rgb(175,185,201); }

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