#AFBAD1

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

Shades of Echo Blue #AFBAD1

Tints of Echo Blue #AFBAD1

Color information

#AFBAD1 (or 0xAFBAD1) is unknown color: approx Echo Blue. HEX triplet: AF, BA and D1. RGB value is (175,186,209). Sum of RGB (Red+Green+Blue) = 175+186+209=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFBAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAD1 is #50452E. Grayscale: #B9B9B9. Windows color (decimal): -5260591 or 13744815. OLE color: 13744815.

HSL color Cylindrical-coordinate representation of color #AFBAD1: hue angle of 220.59º degrees, saturation: 0.27, 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 #AFBAD1 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175186209-
CMYK0.160.1100.18
HSL220.59º26.98%75.29%-
HSV(B)220.59º16.27%81.96%-
XYZ46.7548.8467.28-
YUV185.33141.36120.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=30.70%
G=32.63%
B=36.67%

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
Decimal1751862090.160.1100.18220.5926.9875.29
HexAFBAD110B012dd1b4b
Octal257272321201302233533113
Binary10101111101110101101000110000101101001011011101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAD1; }

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

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

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

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

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

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

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

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