Html Css Color HEX #AFB6C1 Echo Blue

📋 copy color: '#AFB6C1'

red 175 ◦ green 182 ◦ blue 193

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

Shades of Echo Blue #AFB6C1

Tints of Echo Blue #AFB6C1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.09%

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 31.82%
G = 33.09%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB6C1 (or 0xAFB6C1) is known color: Echo Blue. HEX triplet: AF, B6 and C1. RGB value is (175,182,193). Sum of RGB (Red+Green+Blue) = 175+182+193=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C1 is #50493E. Grayscale: #B5B5B5. Windows color (decimal): -5261631 or 12695215. OLE color: 12695215.

HSL color Cylindrical-coordinate representation of color #AFB6C1: hue angle of 216.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB6C1 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 182 193 -
CMYK 0.09 0.06 0 0.24
HSL 216.67º 0.13% 0.72% -
HSV(B) 216.67º 0.09% 0.76% -
XYZ 44.03 46.42 57.09 -
YUV 181.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 175 182 193 0.09 0.06 0 0.24 216.67 0.13 0.72
Hex AF B6 C1 9 6 0 18 D9 D 48
Octal 257 266 301 11 6 0 30 331 15 110
Binary 10101111 10110110 11000001 1001 110 0 11000 11011001 1101 1001000

Color Harmonies of #AFB6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6C1

Black with #AFB6C1

Text Example


Text Example

White with #AFB6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6C1; }

 p { color: rgb(175,182,193); }

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

background-color css

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

 a { background-color: rgb(175,182,193); }

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

border-color css

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

 span { border-color: rgb(175,182,193); }

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