#AFB6CD

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

Shades of Echo Blue #AFB6CD

Tints of Echo Blue #AFB6CD

Color information

#AFB6CD (or 0xAFB6CD) is unknown color: approx Echo Blue. HEX triplet: AF, B6 and CD. RGB value is (175,182,205). Sum of RGB (Red+Green+Blue) = 175+182+205=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6CD is #504932. Grayscale: #B6B6B6. Windows color (decimal): -5261619 or 13481647. OLE color: 13481647.

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

Color convert

RGB175182205-
CMYK0.150.1100.20
HSL226º23.08%74.51%-
HSV(B)226º14.63%80.39%-
XYZ45.4346.9864.43-
YUV182.53140.68122.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=31.14%
G=32.38%
B=36.48%

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
Decimal1751822050.150.1100.2022623.0874.51
HexAFB6CDFB014e2174b
Octal257266315171302434227113
Binary1010111110110110110011011111101101010011100010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6CD; }

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

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

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

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

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

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

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

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