Html Css Color HEX #AFB1C6 Echo Blue

📋 copy color: '#AFB1C6'

red 175 ◦ green 177 ◦ blue 198

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

Shades of Echo Blue #AFB1C6

Tints of Echo Blue #AFB1C6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.18%

 BLUE value IS 198 (77.73% from 255) = 36%

R = 31.82%
G = 32.18%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFB1C6 (or 0xAFB1C6) is known color: Echo Blue. HEX triplet: AF, B1 and C6. RGB value is (175,177,198). Sum of RGB (Red+Green+Blue) = 175+177+198=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFB1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1C6 is #504E39. Grayscale: #B2B2B2. Windows color (decimal): -5262906 or 13021615. OLE color: 13021615.

HSL color Cylindrical-coordinate representation of color #AFB1C6: hue angle of 234.78º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB1C6 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 177 198 -
CMYK 0.12 0.11 0 0.22
HSL 234.78º 0.17% 0.73% -
HSV(B) 234.78º 0.12% 0.78% -
XYZ 43.59 44.64 59.74 -
YUV 178.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 175 177 198 0.12 0.11 0 0.22 234.78 0.17 0.73
Hex AF B1 C6 C B 0 16 EB 11 49
Octal 257 261 306 14 13 0 26 353 21 111
Binary 10101111 10110001 11000110 1100 1011 0 10110 11101011 10001 1001001

Color Harmonies of #AFB1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1C6

Black with #AFB1C6

Text Example


Text Example

White with #AFB1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1C6; }

 p { color: rgb(175,177,198); }

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

background-color css

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

 a { background-color: rgb(175,177,198); }

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

border-color css

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

 span { border-color: rgb(175,177,198); }

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