#AFB1CE

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

Shades of Echo Blue #AFB1CE

Tints of Echo Blue #AFB1CE

Color information

#AFB1CE (or 0xAFB1CE) is unknown color: approx Echo Blue. HEX triplet: AF, B1 and CE. RGB value is (175,177,206). Sum of RGB (Red+Green+Blue) = 175+177+206=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1CE is #504E31. Grayscale: #B3B3B3. Windows color (decimal): -5262898 or 13545903. OLE color: 13545903.

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

Color convert

RGB175177206-
CMYK0.150.1400.19
HSL236.13º24.03%74.71%-
HSV(B)236.13º15.05%80.78%-
XYZ44.5445.0164.73-
YUV179.71142.84124.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=31.36%
G=31.72%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751772060.150.1400.19236.1324.0374.71
HexAFB1CEFE013ec184b
Octal257261316171602335430113
Binary1010111110110001110011101111111001001111101100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1CE; }

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

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

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

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

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

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

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

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