Html Css Color HEX #AFB6C0 Echo Blue

📋 copy color: '#AFB6C0'

red 175 ◦ green 182 ◦ blue 192

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

Shades of Echo Blue #AFB6C0

Tints of Echo Blue #AFB6C0

RGB

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

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

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

R = 31.88%
G = 33.15%
B = 34.97%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB6C0 (or 0xAFB6C0) is known color: Echo Blue. HEX triplet: AF, B6 and C0. RGB value is (175,182,192). Sum of RGB (Red+Green+Blue) = 175+182+192=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFB6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C0 is #50493F. Grayscale: #B5B5B5. Windows color (decimal): -5261632 or 12629679. OLE color: 12629679.

HSL color Cylindrical-coordinate representation of color #AFB6C0: hue angle of 215.29º 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 #AFB6C0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 182 192 -
CMYK 0.09 0.05 0 0.25
HSL 215.29º 0.12% 0.72% -
HSV(B) 215.29º 0.09% 0.75% -
XYZ 43.92 46.38 56.51 -
YUV 181.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 175 182 192 0.09 0.05 0 0.25 215.29 0.12 0.72
Hex AF B6 C0 9 5 0 19 D7 C 48
Octal 257 266 300 11 5 0 31 327 14 110
Binary 10101111 10110110 11000000 1001 101 0 11001 11010111 1100 1001000

Color Harmonies of #AFB6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6C0

Black with #AFB6C0

Text Example


Text Example

White with #AFB6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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