Html Css Color HEX #AFB0C0 Echo Blue

📋 copy color: '#AFB0C0'

red 175 ◦ green 176 ◦ blue 192

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

Shades of Echo Blue #AFB0C0

Tints of Echo Blue #AFB0C0

RGB

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

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

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

R = 32.23%
G = 32.41%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB0C0 (or 0xAFB0C0) is known color: Echo Blue. HEX triplet: AF, B0 and C0. RGB value is (175,176,192). Sum of RGB (Red+Green+Blue) = 175+176+192=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFB0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0C0 is #504F3F. Grayscale: #B1B1B1. Windows color (decimal): -5263168 or 12628143. OLE color: 12628143.

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

Color convert

RGB 175 176 192 -
CMYK 0.09 0.08 0 0.25
HSL 236.47º 0.12% 0.72% -
HSV(B) 236.47º 0.09% 0.75% -
XYZ 42.72 43.97 56.1 -
YUV 177.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 175 176 192 0.09 0.08 0 0.25 236.47 0.12 0.72
Hex AF B0 C0 9 8 0 19 EC C 48
Octal 257 260 300 11 10 0 31 354 14 110
Binary 10101111 10110000 11000000 1001 1000 0 11001 11101100 1100 1001000

Color Harmonies of #AFB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0C0

Black with #AFB0C0

Text Example


Text Example

White with #AFB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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