Html Css Color HEX #AEB0C0 Echo Blue

📋 copy color: '#AEB0C0'

red 174 ◦ green 176 ◦ blue 192

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

Shades of Echo Blue #AEB0C0

Tints of Echo Blue #AEB0C0

RGB

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

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

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

R = 32.1%
G = 32.47%
B = 35.42%

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

#AEB0C0 (or 0xAEB0C0) is known color: Echo Blue. HEX triplet: AE, B0 and C0. RGB value is (174,176,192). Sum of RGB (Red+Green+Blue) = 174+176+192=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEB0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0C0 is #514F3F. Grayscale: #B1B1B1. Windows color (decimal): -5328704 or 12628142. OLE color: 12628142.

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

Color convert

RGB 174 176 192 -
CMYK 0.09 0.08 0 0.25
HSL 233.33º 0.13% 0.72% -
HSV(B) 233.33º 0.09% 0.75% -
XYZ 42.5 43.86 56.09 -
YUV 177.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 174 176 192 0.09 0.08 0 0.25 233.33 0.13 0.72
Hex AE B0 C0 9 8 0 19 E9 C 48
Octal 256 260 300 11 10 0 31 351 14 110
Binary 10101110 10110000 11000000 1001 1000 0 11001 11101001 1100 1001000

Color Harmonies of #AEB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB0C0

Black with #AEB0C0

Text Example


Text Example

White with #AEB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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