Html Css Color HEX #AEAFC5 Echo Blue

📋 copy color: '#AEAFC5'

red 174 ◦ green 175 ◦ blue 197

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

Shades of Echo Blue #AEAFC5

Tints of Echo Blue #AEAFC5

RGB

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

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

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

R = 31.87%
G = 32.05%
B = 36.08%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEAFC5 (or 0xAEAFC5) is known color: Echo Blue. HEX triplet: AE, AF and C5. RGB value is (174,175,197). Sum of RGB (Red+Green+Blue) = 174+175+197=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEAFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC5 is #51503A. Grayscale: #B1B1B1. Windows color (decimal): -5328955 or 12955566. OLE color: 12955566.

HSL color Cylindrical-coordinate representation of color #AEAFC5: hue angle of 237.39º 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 #AEAFC5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 175 197 -
CMYK 0.12 0.11 0 0.23
HSL 237.39º 0.17% 0.73% -
HSV(B) 237.39º 0.12% 0.77% -
XYZ 42.86 43.69 59 -
YUV 177.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 174 175 197 0.12 0.11 0 0.23 237.39 0.17 0.73
Hex AE AF C5 C B 0 17 ED 11 49
Octal 256 257 305 14 13 0 27 355 21 111
Binary 10101110 10101111 11000101 1100 1011 0 10111 11101101 10001 1001001

Color Harmonies of #AEAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFC5

Black with #AEAFC5

Text Example


Text Example

White with #AEAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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