#AFB8CE

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

Shades of Echo Blue #AFB8CE

Tints of Echo Blue #AFB8CE

Color information

#AFB8CE (or 0xAFB8CE) is unknown color: approx Echo Blue. HEX triplet: AF, B8 and CE. RGB value is (175,184,206). Sum of RGB (Red+Green+Blue) = 175+184+206=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CE is #504731. Grayscale: #B7B7B7. Windows color (decimal): -5261106 or 13547695. OLE color: 13547695.

HSL color Cylindrical-coordinate representation of color #AFB8CE: hue angle of 222.58º 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 #AFB8CE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175184206-
CMYK0.150.1100.19
HSL222.58º24.03%74.71%-
HSV(B)222.58º15.05%80.78%-
XYZ45.9647.8565.21-
YUV183.82140.52121.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=30.97%
G=32.57%
B=36.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751842060.150.1100.19222.5824.0374.71
HexAFB8CEFB013df184b
Octal257270316171302333730113
Binary1010111110111000110011101111101101001111011111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8CE; }

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

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

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

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

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

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

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

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