#AFB7CD

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

Shades of Echo Blue #AFB7CD

Tints of Echo Blue #AFB7CD

Color information

#AFB7CD (or 0xAFB7CD) is unknown color: approx Echo Blue. HEX triplet: AF, B7 and CD. RGB value is (175,183,205). Sum of RGB (Red+Green+Blue) = 175+183+205=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7CD is #504832. Grayscale: #B7B7B7. Windows color (decimal): -5261363 or 13481903. OLE color: 13481903.

HSL color Cylindrical-coordinate representation of color #AFB7CD: hue angle of 224º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB7CD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175183205-
CMYK0.150.1100.20
HSL224º23.08%74.51%-
HSV(B)224º14.63%80.39%-
XYZ45.6347.3964.5-
YUV183.12140.35122.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=31.08%
G=32.50%
B=36.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751832050.150.1100.2022423.0874.51
HexAFB7CDFB014e0174b
Octal257267315171302434027113
Binary1010111110110111110011011111101101010011100000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7CD; }

 p { color: rgb(175,183,205); }

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

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

 a { background-color: rgb(175,183,205); }

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

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

 span { border-color: rgb(175,183,205); }

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