#AFB0C3

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

Shades of Echo Blue #AFB0C3

Tints of Echo Blue #AFB0C3

Color information

#AFB0C3 (or 0xAFB0C3) is unknown color: approx Echo Blue. HEX triplet: AF, B0 and C3. RGB value is (175,176,195). Sum of RGB (Red+Green+Blue) = 175+176+195=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFB0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0C3 is #504F3C. Grayscale: #B1B1B1. Windows color (decimal): -5263165 or 12824751. OLE color: 12824751.

HSL color Cylindrical-coordinate representation of color #AFB0C3: hue angle of 237º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB0C3 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175176195-
CMYK0.100.1000.24
HSL237º14.29%72.55%-
HSV(B)237º10.26%76.47%-
XYZ43.0544.157.87-
YUV177.87137.67125.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=32.05%
G=32.23%
B=35.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751761950.100.1000.2423714.2972.55
HexAFB0C3AA018ede49
Octal257260303121203035516111
Binary101011111011000011000011101010100110001110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0C3; }

 p { color: rgb(175,176,195); }

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

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

 a { background-color: rgb(175,176,195); }

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

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

 span { border-color: rgb(175,176,195); }

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