#AFB0C9

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

Shades of Echo Blue #AFB0C9

Tints of Echo Blue #AFB0C9

Color information

#AFB0C9 (or 0xAFB0C9) is unknown color: approx Echo Blue. HEX triplet: AF, B0 and C9. RGB value is (175,176,201). Sum of RGB (Red+Green+Blue) = 175+176+201=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFB0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0C9 is #504F36. Grayscale: #B2B2B2. Windows color (decimal): -5263159 or 13217967. OLE color: 13217967.

HSL color Cylindrical-coordinate representation of color #AFB0C9: hue angle of 237.69º 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 #AFB0C9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175176201-
CMYK0.130.1200.21
HSL237.69º19.4%73.73%-
HSV(B)237.69º12.94%78.82%-
XYZ43.7544.3861.52-
YUV178.55140.67125.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=31.70%
G=31.88%
B=36.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751762010.130.1200.21237.6919.473.73
HexAFB0C9DC015ee134a
Octal257260311151402535623112
Binary1010111110110000110010011101110001010111101110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0C9; }

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

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

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

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

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

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

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

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