#AFB8CD

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

Shades of Echo Blue #AFB8CD

Tints of Echo Blue #AFB8CD

Color information

#AFB8CD (or 0xAFB8CD) is unknown color: approx Echo Blue. HEX triplet: AF, B8 and CD. RGB value is (175,184,205). Sum of RGB (Red+Green+Blue) = 175+184+205=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CD is #504732. Grayscale: #B7B7B7. Windows color (decimal): -5261107 or 13482159. OLE color: 13482159.

HSL color Cylindrical-coordinate representation of color #AFB8CD: hue angle of 222º 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 #AFB8CD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175184205-
CMYK0.150.1000.20
HSL222º23.08%74.51%-
HSV(B)222º14.63%80.39%-
XYZ45.8447.864.57-
YUV183.7140.02121.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=31.03%
G=32.62%
B=36.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751842050.150.1000.2022223.0874.51
HexAFB8CDFA014de174b
Octal257270315171202433627113
Binary1010111110111000110011011111101001010011011110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8CD; }

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

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

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

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

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

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

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

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