#AFBAD0

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

Shades of Echo Blue #AFBAD0

Tints of Echo Blue #AFBAD0

Color information

#AFBAD0 (or 0xAFBAD0) is unknown color: approx Echo Blue. HEX triplet: AF, BA and D0. RGB value is (175,186,208). Sum of RGB (Red+Green+Blue) = 175+186+208=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFBAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAD0 is #50452F. Grayscale: #B9B9B9. Windows color (decimal): -5260592 or 13679279. OLE color: 13679279.

HSL color Cylindrical-coordinate representation of color #AFBAD0: hue angle of 220º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBAD0 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175186208-
CMYK0.160.1100.18
HSL220º25.98%75.1%-
HSV(B)220º15.87%81.57%-
XYZ46.6248.7966.63-
YUV185.22140.86120.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=30.76%
G=32.69%
B=36.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751862080.160.1100.1822025.9875.1
HexAFBAD010B012dc1a4b
Octal257272320201302233432113
Binary10101111101110101101000010000101101001011011100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAD0; }

 p { color: rgb(175,186,208); }

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

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

 a { background-color: rgb(175,186,208); }

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

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

 span { border-color: rgb(175,186,208); }

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