Html Css Color HEX #AFB5C0 Echo Blue

📋 copy color: '#AFB5C0'

red 175 ◦ green 181 ◦ blue 192

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

Shades of Echo Blue #AFB5C0

Tints of Echo Blue #AFB5C0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.03%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 31.93%
G = 33.03%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB5C0 (or 0xAFB5C0) is known color: Echo Blue. HEX triplet: AF, B5 and C0. RGB value is (175,181,192). Sum of RGB (Red+Green+Blue) = 175+181+192=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFB5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5C0 is #504A3F. Grayscale: #B4B4B4. Windows color (decimal): -5261888 or 12629423. OLE color: 12629423.

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

Color convert

RGB 175 181 192 -
CMYK 0.09 0.06 0 0.25
HSL 218.82º 0.12% 0.72% -
HSV(B) 218.82º 0.09% 0.75% -
XYZ 43.72 45.97 56.44 -
YUV 180.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 175 181 192 0.09 0.06 0 0.25 218.82 0.12 0.72
Hex AF B5 C0 9 6 0 19 DB C 48
Octal 257 265 300 11 6 0 31 333 14 110
Binary 10101111 10110101 11000000 1001 110 0 11001 11011011 1100 1001000

Color Harmonies of #AFB5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5C0

Black with #AFB5C0

Text Example


Text Example

White with #AFB5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5C0; }

 p { color: rgb(175,181,192); }

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

background-color css

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

 a { background-color: rgb(175,181,192); }

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

border-color css

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

 span { border-color: rgb(175,181,192); }

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