Html Css Color HEX #AEB2C1 Echo Blue

📋 copy color: '#AEB2C1'

red 174 ◦ green 178 ◦ blue 193

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

Shades of Echo Blue #AEB2C1

Tints of Echo Blue #AEB2C1

RGB

 RED value IS 174 (68.36% from 255) = 31.93%

 GREEN value IS 178 (69.92% from 255) = 32.66%

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

R = 31.93%
G = 32.66%
B = 35.41%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEB2C1 (or 0xAEB2C1) is known color: Echo Blue. HEX triplet: AE, B2 and C1. RGB value is (174,178,193). Sum of RGB (Red+Green+Blue) = 174+178+193=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2C1 is #514D3E. Grayscale: #B2B2B2. Windows color (decimal): -5328191 or 12694190. OLE color: 12694190.

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

Color convert

RGB 174 178 193 -
CMYK 0.10 0.08 0 0.24
HSL 227.37º 0.13% 0.72% -
HSV(B) 227.37º 0.1% 0.76% -
XYZ 43 44.69 56.81 -
YUV 178.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 174 178 193 0.10 0.08 0 0.24 227.37 0.13 0.72
Hex AE B2 C1 A 8 0 18 E3 D 48
Octal 256 262 301 12 10 0 30 343 15 110
Binary 10101110 10110010 11000001 1010 1000 0 11000 11100011 1101 1001000

Color Harmonies of #AEB2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2C1

Black with #AEB2C1

Text Example


Text Example

White with #AEB2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2C1; }

 p { color: rgb(174,178,193); }

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

background-color css

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

 a { background-color: rgb(174,178,193); }

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

border-color css

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

 span { border-color: rgb(174,178,193); }

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