#AFB9D5

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

Shades of Echo Blue #AFB9D5

Tints of Echo Blue #AFB9D5

Color information

#AFB9D5 (or 0xAFB9D5) is unknown color: approx Echo Blue. HEX triplet: AF, B9 and D5. RGB value is (175,185,213). Sum of RGB (Red+Green+Blue) = 175+185+213=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFB9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9D5 is #50462A. Grayscale: #B9B9B9. Windows color (decimal): -5260843 or 14006703. OLE color: 14006703.

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

Color convert

RGB175185213-
CMYK0.180.1300.16
HSL224.21º31.15%76.08%-
HSV(B)224.21º17.84%83.53%-
XYZ47.0448.6269.86-
YUV185.2143.69120.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=30.54%
G=32.29%
B=37.17%

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
Decimal1751852130.180.1300.16224.2131.1576.08
HexAFB9D512D010e01f4c
Octal257271325221502034037114
Binary10101111101110011101010110010110101000011100000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9D5; }

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

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

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

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

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

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

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

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