#AFB0CC

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

Shades of Echo Blue #AFB0CC

Tints of Echo Blue #AFB0CC

Color information

#AFB0CC (or 0xAFB0CC) is unknown color: approx Echo Blue. HEX triplet: AF, B0 and CC. RGB value is (175,176,204). Sum of RGB (Red+Green+Blue) = 175+176+204=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CC is #504F33. Grayscale: #B2B2B2. Windows color (decimal): -5263156 or 13414575. OLE color: 13414575.

HSL color Cylindrical-coordinate representation of color #AFB0CC: hue angle of 237.93º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB0CC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175176204-
CMYK0.140.1400.2
HSL237.93º22.14%74.31%-
HSV(B)237.93º14.22%80%-
XYZ44.144.5263.4-
YUV178.89142.17125.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=31.53%
G=31.71%
B=36.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751762040.140.1400.2237.9322.1474.31
HexAFB0CCEE014ee164a
Octal257260314161602435626112
Binary1010111110110000110011001110111001010011101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0CC; }

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

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

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

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

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

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

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

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