#AFBAD4

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

Shades of Echo Blue #AFBAD4

Tints of Echo Blue #AFBAD4

Color information

#AFBAD4 (or 0xAFBAD4) is unknown color: approx Echo Blue. HEX triplet: AF, BA and D4. RGB value is (175,186,212). Sum of RGB (Red+Green+Blue) = 175+186+212=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFBAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAD4 is #50452B. Grayscale: #B9B9B9. Windows color (decimal): -5260588 or 13941423. OLE color: 13941423.

HSL color Cylindrical-coordinate representation of color #AFBAD4: hue angle of 222.16º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBAD4 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175186212-
CMYK0.170.1200.17
HSL222.16º30.08%75.88%-
HSV(B)222.16º17.45%83.14%-
XYZ47.1248.9969.26-
YUV185.68142.86120.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=30.54%
G=32.46%
B=37.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751862120.170.1200.17222.1630.0875.88
HexAFBAD411C011de1e4c
Octal257272324211402133636114
Binary10101111101110101101010010001110001000111011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAD4; }

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

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

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

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

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

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

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

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