Html Css Color HEX #AEB2C5 Echo Blue

📋 copy color: '#AEB2C5'

red 174 ◦ green 178 ◦ blue 197

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

Shades of Echo Blue #AEB2C5

Tints of Echo Blue #AEB2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 31.69%
G = 32.42%
B = 35.88%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEB2C5 (or 0xAEB2C5) is known color: Echo Blue. HEX triplet: AE, B2 and C5. RGB value is (174,178,197). Sum of RGB (Red+Green+Blue) = 174+178+197=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEB2C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2C5 is #514D3A. Grayscale: #B2B2B2. Windows color (decimal): -5328187 or 12956334. OLE color: 12956334.

HSL color Cylindrical-coordinate representation of color #AEB2C5: hue angle of 229.57º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB2C5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 178 197 -
CMYK 0.12 0.10 0 0.23
HSL 229.57º 0.17% 0.73% -
HSV(B) 229.57º 0.12% 0.77% -
XYZ 43.45 44.87 59.19 -
YUV 178.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 174 178 197 0.12 0.10 0 0.23 229.57 0.17 0.73
Hex AE B2 C5 C A 0 17 E6 11 49
Octal 256 262 305 14 12 0 27 346 21 111
Binary 10101110 10110010 11000101 1100 1010 0 10111 11100110 10001 1001001

Color Harmonies of #AEB2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2C5

Black with #AEB2C5

Text Example


Text Example

White with #AEB2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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