#AFB4CC

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

Shades of Echo Blue #AFB4CC

Tints of Echo Blue #AFB4CC

Color information

#AFB4CC (or 0xAFB4CC) is unknown color: approx Echo Blue. HEX triplet: AF, B4 and CC. RGB value is (175,180,204). Sum of RGB (Red+Green+Blue) = 175+180+204=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4CC is #504B33. Grayscale: #B5B5B5. Windows color (decimal): -5262132 or 13415599. OLE color: 13415599.

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

Color convert

RGB175180204-
CMYK0.140.1200.2
HSL229.66º22.14%74.31%-
HSV(B)229.66º14.22%80%-
XYZ44.946.1263.66-
YUV181.24140.84123.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=31.31%
G=32.20%
B=36.49%

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
Decimal1751802040.140.1200.2229.6622.1474.31
HexAFB4CCEC014e6164a
Octal257264314161402434626112
Binary1010111110110100110011001110110001010011100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4CC; }

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

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

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

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

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

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

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

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