Html Css Color HEX #AFB0C1 Echo Blue

📋 copy color: '#AFB0C1'

red 175 ◦ green 176 ◦ blue 193

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

Shades of Echo Blue #AFB0C1

Tints of Echo Blue #AFB0C1

RGB

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

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

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

R = 32.17%
G = 32.35%
B = 35.48%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB0C1 (or 0xAFB0C1) is known color: Echo Blue. HEX triplet: AF, B0 and C1. RGB value is (175,176,193). Sum of RGB (Red+Green+Blue) = 175+176+193=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0C1 is #504F3E. Grayscale: #B1B1B1. Windows color (decimal): -5263167 or 12693679. OLE color: 12693679.

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

Color convert

RGB 175 176 193 -
CMYK 0.09 0.09 0 0.24
HSL 236.67º 0.13% 0.72% -
HSV(B) 236.67º 0.09% 0.76% -
XYZ 42.83 44.01 56.69 -
YUV 177.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 175 176 193 0.09 0.09 0 0.24 236.67 0.13 0.72
Hex AF B0 C1 9 9 0 18 ED D 48
Octal 257 260 301 11 11 0 30 355 15 110
Binary 10101111 10110000 11000001 1001 1001 0 11000 11101101 1101 1001000

Color Harmonies of #AFB0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0C1

Black with #AFB0C1

Text Example


Text Example

White with #AFB0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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