Html Css Color HEX #AFB0BE Echo Blue

📋 copy color: '#AFB0BE'

red 175 ◦ green 176 ◦ blue 190

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

Shades of Echo Blue #AFB0BE

Tints of Echo Blue #AFB0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 32.35%
G = 32.53%
B = 35.12%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB0BE (or 0xAFB0BE) is known color: Echo Blue. HEX triplet: AF, B0 and BE. RGB value is (175,176,190). Sum of RGB (Red+Green+Blue) = 175+176+190=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BE is #504F41. Grayscale: #B1B1B1. Windows color (decimal): -5263170 or 12497071. OLE color: 12497071.

HSL color Cylindrical-coordinate representation of color #AFB0BE: hue angle of 236º degrees, saturation: 0.1, 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 #AFB0BE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 176 190 -
CMYK 0.08 0.07 0 0.25
HSL 236º 0.1% 0.72% -
HSV(B) 236º 0.08% 0.75% -
XYZ 42.5 43.88 54.95 -
YUV 177.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 175 176 190 0.08 0.07 0 0.25 236 0.1 0.72
Hex AF B0 BE 8 7 0 19 EC A 48
Octal 257 260 276 10 7 0 31 354 12 110
Binary 10101111 10110000 10111110 1000 111 0 11001 11101100 1010 1001000

Color Harmonies of #AFB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0BE

Black with #AFB0BE

Text Example


Text Example

White with #AFB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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