Html Css Color HEX #AFB0BF Echo Blue

📋 copy color: '#AFB0BF'

red 175 ◦ green 176 ◦ blue 191

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

Shades of Echo Blue #AFB0BF

Tints of Echo Blue #AFB0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.24%

R = 32.29%
G = 32.47%
B = 35.24%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB0BF (or 0xAFB0BF) is known color: Echo Blue. HEX triplet: AF, B0 and BF. RGB value is (175,176,191). Sum of RGB (Red+Green+Blue) = 175+176+191=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BF is #504F40. Grayscale: #B1B1B1. Windows color (decimal): -5263169 or 12562607. OLE color: 12562607.

HSL color Cylindrical-coordinate representation of color #AFB0BF: hue angle of 236.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB0BF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 176 191 -
CMYK 0.08 0.08 0 0.25
HSL 236.25º 0.11% 0.72% -
HSV(B) 236.25º 0.08% 0.75% -
XYZ 42.61 43.93 55.52 -
YUV 177.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 175 176 191 0.08 0.08 0 0.25 236.25 0.11 0.72
Hex AF B0 BF 8 8 0 19 EC B 48
Octal 257 260 277 10 10 0 31 354 13 110
Binary 10101111 10110000 10111111 1000 1000 0 11001 11101100 1011 1001000

Color Harmonies of #AFB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0BF

Black with #AFB0BF

Text Example


Text Example

White with #AFB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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