Html Css Color HEX #AFB0BD Echo Blue

📋 copy color: '#AFB0BD'

red 175 ◦ green 176 ◦ blue 189

#AFB0BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #AFB0BD

Tints of Echo Blue #AFB0BD

RGB

 RED value IS 175 (68.75% from 255) = 32.41%

 GREEN value IS 176 (69.14% from 255) = 32.59%

 BLUE value IS 189 (74.22% from 255) = 35%

R = 32.41%
G = 32.59%
B = 35%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFB0BD (or 0xAFB0BD) is known color: Echo Blue. HEX triplet: AF, B0 and BD. RGB value is (175,176,189). Sum of RGB (Red+Green+Blue) = 175+176+189=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BD is #504F42. Grayscale: #B1B1B1. Windows color (decimal): -5263171 or 12431535. OLE color: 12431535.

HSL color Cylindrical-coordinate representation of color #AFB0BD: hue angle of 235.71º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB0BD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 176 189 -
CMYK 0.07 0.07 0 0.26
HSL 235.71º 0.1% 0.71% -
HSV(B) 235.71º 0.07% 0.74% -
XYZ 42.39 43.84 54.37 -
YUV 177.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 175 176 189 0.07 0.07 0 0.26 235.71 0.1 0.71
Hex AF B0 BD 7 7 0 1A EC A 47
Octal 257 260 275 7 7 0 32 354 12 107
Binary 10101111 10110000 10111101 111 111 0 11010 11101100 1010 1000111

Color Harmonies of #AFB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0BD

Black with #AFB0BD

Text Example


Text Example

White with #AFB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0BD; }

 p { color: rgb(175,176,189); }

 H1.HeaderClassName
 {
   color: #AFB0BD;
 }
 .AnyTagClassName
 {
   color: #AFB0BD;
 }
</style>

background-color css

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

 a { background-color: rgb(175,176,189); }

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

border-color css

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

 span { border-color: rgb(175,176,189); }

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