Html Css Color HEX #AEAFC0 Echo Blue

📋 copy color: '#AEAFC0'

red 174 ◦ green 175 ◦ blue 192

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

Shades of Echo Blue #AEAFC0

Tints of Echo Blue #AEAFC0

RGB

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

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

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

R = 32.16%
G = 32.35%
B = 35.49%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEAFC0 (or 0xAEAFC0) is known color: Echo Blue. HEX triplet: AE, AF and C0. RGB value is (174,175,192). Sum of RGB (Red+Green+Blue) = 174+175+192=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC0 is #51503F. Grayscale: #B0B0B0. Windows color (decimal): -5328960 or 12627886. OLE color: 12627886.

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

Color convert

RGB 174 175 192 -
CMYK 0.09 0.09 0 0.25
HSL 236.67º 0.13% 0.72% -
HSV(B) 236.67º 0.09% 0.75% -
XYZ 42.3 43.46 56.03 -
YUV 176.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 174 175 192 0.09 0.09 0 0.25 236.67 0.13 0.72
Hex AE AF C0 9 9 0 19 ED C 48
Octal 256 257 300 11 11 0 31 355 14 110
Binary 10101110 10101111 11000000 1001 1001 0 11001 11101101 1100 1001000

Color Harmonies of #AEAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFC0

Black with #AEAFC0

Text Example


Text Example

White with #AEAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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