#AFB2C8

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

Shades of Echo Blue #AFB2C8

Tints of Echo Blue #AFB2C8

Color information

#AFB2C8 (or 0xAFB2C8) is unknown color: approx Echo Blue. HEX triplet: AF, B2 and C8. RGB value is (175,178,200). Sum of RGB (Red+Green+Blue) = 175+178+200=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFB2C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2C8 is #504D37. Grayscale: #B3B3B3. Windows color (decimal): -5262648 or 13152943. OLE color: 13152943.

HSL color Cylindrical-coordinate representation of color #AFB2C8: hue angle of 232.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB2C8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175178200-
CMYK0.120.1100.22
HSL232.8º18.52%73.53%-
HSV(B)232.8º12.5%78.43%-
XYZ44.0245.1261.03-
YUV179.61139.51124.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=31.65%
G=32.19%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751782000.120.1100.22232.818.5273.53
HexAFB2C8CB016e9134a
Octal257262310141302635123112
Binary1010111110110010110010001100101101011011101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2C8; }

 p { color: rgb(175,178,200); }

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

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

 a { background-color: rgb(175,178,200); }

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

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

 span { border-color: rgb(175,178,200); }

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