#AFB7C4

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

Shades of Echo Blue #AFB7C4

Tints of Echo Blue #AFB7C4

Color information

#AFB7C4 (or 0xAFB7C4) is unknown color: approx Echo Blue. HEX triplet: AF, B7 and C4. RGB value is (175,183,196). Sum of RGB (Red+Green+Blue) = 175+183+196=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFB7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7C4 is #50483B. Grayscale: #B6B6B6. Windows color (decimal): -5261372 or 12892079. OLE color: 12892079.

HSL color Cylindrical-coordinate representation of color #AFB7C4: hue angle of 217.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB7C4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175183196-
CMYK0.110.0700.23
HSL217.14º15.11%72.75%-
HSV(B)217.14º10.71%76.86%-
XYZ44.5846.9758.94-
YUV182.09135.85122.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 196 (76.95% from 255) = 35.38%
R=31.59%
G=33.03%
B=35.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751831960.110.0700.23217.1415.1172.75
HexAFB7C4B7017d9f49
Octal25726730413702733117111
Binary10101111101101111100010010111110101111101100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7C4; }

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

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

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

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

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

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

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

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