#AFB2CB

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

Shades of Echo Blue #AFB2CB

Tints of Echo Blue #AFB2CB

Color information

#AFB2CB (or 0xAFB2CB) is unknown color: approx Echo Blue. HEX triplet: AF, B2 and CB. RGB value is (175,178,203). Sum of RGB (Red+Green+Blue) = 175+178+203=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2CB is #504D34. Grayscale: #B3B3B3. Windows color (decimal): -5262645 or 13349551. OLE color: 13349551.

HSL color Cylindrical-coordinate representation of color #AFB2CB: hue angle of 233.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB2CB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175178203-
CMYK0.140.1200.20
HSL233.57º21.21%74.12%-
HSV(B)233.57º13.79%79.61%-
XYZ44.3845.2762.9-
YUV179.95141.01124.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=31.47%
G=32.01%
B=36.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751782030.140.1200.20233.5721.2174.12
HexAFB2CBEC014ea154a
Octal257262313161402435225112
Binary1010111110110010110010111110110001010011101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2CB; }

 p { color: rgb(175,178,203); }

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

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

 a { background-color: rgb(175,178,203); }

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

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

 span { border-color: rgb(175,178,203); }

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