#AFB3CC

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

Shades of Echo Blue #AFB3CC

Tints of Echo Blue #AFB3CC

Color information

#AFB3CC (or 0xAFB3CC) is unknown color: approx Echo Blue. HEX triplet: AF, B3 and CC. RGB value is (175,179,204). Sum of RGB (Red+Green+Blue) = 175+179+204=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3CC is #504C33. Grayscale: #B4B4B4. Windows color (decimal): -5262388 or 13415343. OLE color: 13415343.

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

Color convert

RGB175179204-
CMYK0.140.1200.2
HSL231.72º22.14%74.31%-
HSV(B)231.72º14.22%80%-
XYZ44.745.7163.59-
YUV180.65141.17123.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=31.36%
G=32.08%
B=36.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751792040.140.1200.2231.7222.1474.31
HexAFB3CCEC014e8164a
Octal257263314161402435026112
Binary1010111110110011110011001110110001010011101000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3CC; }

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

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

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

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

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

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

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

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