#AFB9CE

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

Shades of Echo Blue #AFB9CE

Tints of Echo Blue #AFB9CE

Color information

#AFB9CE (or 0xAFB9CE) is unknown color: approx Echo Blue. HEX triplet: AF, B9 and CE. RGB value is (175,185,206). Sum of RGB (Red+Green+Blue) = 175+185+206=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9CE is #504631. Grayscale: #B8B8B8. Windows color (decimal): -5260850 or 13547951. OLE color: 13547951.

HSL color Cylindrical-coordinate representation of color #AFB9CE: hue angle of 220.65º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB9CE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175185206-
CMYK0.150.1000.19
HSL220.65º24.03%74.71%-
HSV(B)220.65º15.05%80.78%-
XYZ46.1748.2765.28-
YUV184.4140.19121.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=30.92%
G=32.69%
B=36.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751852060.150.1000.19220.6524.0374.71
HexAFB9CEFA013dd184b
Octal257271316171202333530113
Binary1010111110111001110011101111101001001111011101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9CE; }

 p { color: rgb(175,185,206); }

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

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

 a { background-color: rgb(175,185,206); }

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

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

 span { border-color: rgb(175,185,206); }

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