#AFB7C9

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

Shades of Echo Blue #AFB7C9

Tints of Echo Blue #AFB7C9

Color information

#AFB7C9 (or 0xAFB7C9) is unknown color: approx Echo Blue. HEX triplet: AF, B7 and C9. RGB value is (175,183,201). Sum of RGB (Red+Green+Blue) = 175+183+201=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFB7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7C9 is #504836. Grayscale: #B6B6B6. Windows color (decimal): -5261367 or 13219759. OLE color: 13219759.

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

Color convert

RGB175183201-
CMYK0.130.0900.21
HSL221.54º19.4%73.73%-
HSV(B)221.54º12.94%78.82%-
XYZ45.1647.261.99-
YUV182.66138.35122.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=31.31%
G=32.74%
B=35.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751832010.130.0900.21221.5419.473.73
HexAFB7C9D9015de134a
Octal257267311151102533623112
Binary1010111110110111110010011101100101010111011110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7C9; }

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

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

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

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

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

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

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

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