#AFB4CD

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

Shades of Echo Blue #AFB4CD

Tints of Echo Blue #AFB4CD

Color information

#AFB4CD (or 0xAFB4CD) is unknown color: approx Echo Blue. HEX triplet: AF, B4 and CD. RGB value is (175,180,205). Sum of RGB (Red+Green+Blue) = 175+180+205=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4CD is #504B32. Grayscale: #B5B5B5. Windows color (decimal): -5262131 or 13481135. OLE color: 13481135.

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

Color convert

RGB175180205-
CMYK0.150.1200.20
HSL230º23.08%74.51%-
HSV(B)230º14.63%80.39%-
XYZ45.0246.1664.3-
YUV181.36141.34123.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=31.25%
G=32.14%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751802050.150.1200.2023023.0874.51
HexAFB4CDFC014e6174b
Octal257264315171402434627113
Binary1010111110110100110011011111110001010011100110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4CD; }

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

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

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

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

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

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

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

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