#AFBAD5

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

Shades of Echo Blue #AFBAD5

Tints of Echo Blue #AFBAD5

Color information

#AFBAD5 (or 0xAFBAD5) is unknown color: approx Echo Blue. HEX triplet: AF, BA and D5. RGB value is (175,186,213). Sum of RGB (Red+Green+Blue) = 175+186+213=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAD5 is #50452A. Grayscale: #B9B9B9. Windows color (decimal): -5260587 or 14006959. OLE color: 14006959.

HSL color Cylindrical-coordinate representation of color #AFBAD5: hue angle of 222.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFBAD5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175186213-
CMYK0.180.1300.16
HSL222.63º31.15%76.08%-
HSV(B)222.63º17.84%83.53%-
XYZ47.2549.0469.93-
YUV185.79143.36120.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=30.49%
G=32.40%
B=37.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751862130.180.1300.16222.6331.1576.08
HexAFBAD512D010df1f4c
Octal257272325221502033737114
Binary10101111101110101101010110010110101000011011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAD5; }

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

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

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

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

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

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

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

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