Html Css Color HEX #AEAFCC Echo Blue

📋 copy color: '#AEAFCC'

red 174 ◦ green 175 ◦ blue 204

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

Shades of Echo Blue #AEAFCC

Tints of Echo Blue #AEAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 31.46%
G = 31.65%
B = 36.89%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEAFCC (or 0xAEAFCC) is known color: Echo Blue. HEX triplet: AE, AF and CC. RGB value is (174,175,204). Sum of RGB (Red+Green+Blue) = 174+175+204=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFCC is #515033. Grayscale: #B1B1B1. Windows color (decimal): -5328948 or 13414318. OLE color: 13414318.

HSL color Cylindrical-coordinate representation of color #AEAFCC: hue angle of 238º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEAFCC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 175 204 -
CMYK 0.15 0.14 0 0.2
HSL 238º 0.23% 0.74% -
HSV(B) 238º 0.15% 0.8% -
XYZ 43.68 44.02 63.32 -
YUV 178.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 174 175 204 0.15 0.14 0 0.2 238 0.23 0.74
Hex AE AF CC F E 0 14 EE 17 4A
Octal 256 257 314 17 16 0 24 356 27 112
Binary 10101110 10101111 11001100 1111 1110 0 10100 11101110 10111 1001010

Color Harmonies of #AEAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFCC

Black with #AEAFCC

Text Example


Text Example

White with #AEAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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