Html Css Color HEX #AEAFC2 Echo Blue

📋 copy color: '#AEAFC2'

red 174 ◦ green 175 ◦ blue 194

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

Shades of Echo Blue #AEAFC2

Tints of Echo Blue #AEAFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 32.04%
G = 32.23%
B = 35.73%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEAFC2 (or 0xAEAFC2) is known color: Echo Blue. HEX triplet: AE, AF and C2. RGB value is (174,175,194). Sum of RGB (Red+Green+Blue) = 174+175+194=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC2 is #51503D. Grayscale: #B0B0B0. Windows color (decimal): -5328958 or 12758958. OLE color: 12758958.

HSL color Cylindrical-coordinate representation of color #AEAFC2: hue angle of 237º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEAFC2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 175 194 -
CMYK 0.10 0.10 0 0.24
HSL 237º 0.14% 0.72% -
HSV(B) 237º 0.1% 0.76% -
XYZ 42.52 43.55 57.2 -
YUV 176.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 174 175 194 0.10 0.10 0 0.24 237 0.14 0.72
Hex AE AF C2 A A 0 18 ED E 48
Octal 256 257 302 12 12 0 30 355 16 110
Binary 10101110 10101111 11000010 1010 1010 0 11000 11101101 1110 1001000

Color Harmonies of #AEAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFC2

Black with #AEAFC2

Text Example


Text Example

White with #AEAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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