Html Css Color HEX #AEAFC4 Echo Blue

📋 copy color: '#AEAFC4'

red 174 ◦ green 175 ◦ blue 196

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

Shades of Echo Blue #AEAFC4

Tints of Echo Blue #AEAFC4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 31.93%
G = 32.11%
B = 35.96%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEAFC4 (or 0xAEAFC4) is known color: Echo Blue. HEX triplet: AE, AF and C4. RGB value is (174,175,196). Sum of RGB (Red+Green+Blue) = 174+175+196=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEAFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC4 is #51503B. Grayscale: #B1B1B1. Windows color (decimal): -5328956 or 12890030. OLE color: 12890030.

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

Color convert

RGB 174 175 196 -
CMYK 0.11 0.11 0 0.23
HSL 237.27º 0.16% 0.73% -
HSV(B) 237.27º 0.11% 0.77% -
XYZ 42.75 43.64 58.4 -
YUV 177.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 174 175 196 0.11 0.11 0 0.23 237.27 0.16 0.73
Hex AE AF C4 B B 0 17 ED 10 49
Octal 256 257 304 13 13 0 27 355 20 111
Binary 10101110 10101111 11000100 1011 1011 0 10111 11101101 10000 1001001

Color Harmonies of #AEAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFC4

Black with #AEAFC4

Text Example


Text Example

White with #AEAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFC4; }

 p { color: rgb(174,175,196); }

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

background-color css

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

 a { background-color: rgb(174,175,196); }

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

border-color css

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

 span { border-color: rgb(174,175,196); }

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