Html Css Color HEX #AEB8CC Echo Blue

📋 copy color: '#AEB8CC'

red 174 ◦ green 184 ◦ blue 204

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

Shades of Echo Blue #AEB8CC

Tints of Echo Blue #AEB8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.74%

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

R = 30.96%
G = 32.74%
B = 36.3%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEB8CC (or 0xAEB8CC) is known color: Echo Blue. HEX triplet: AE, B8 and CC. RGB value is (174,184,204). Sum of RGB (Red+Green+Blue) = 174+184+204=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8CC is #514733. Grayscale: #B7B7B7. Windows color (decimal): -5326644 or 13416622. OLE color: 13416622.

HSL color Cylindrical-coordinate representation of color #AEB8CC: hue angle of 220º 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 #AEB8CC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 184 204 -
CMYK 0.15 0.10 0 0.2
HSL 220º 0.23% 0.74% -
HSV(B) 220º 0.15% 0.8% -
XYZ 45.5 47.64 63.92 -
YUV 183.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 174 184 204 0.15 0.10 0 0.2 220 0.23 0.74
Hex AE B8 CC F A 0 14 DC 17 4A
Octal 256 270 314 17 12 0 24 334 27 112
Binary 10101110 10111000 11001100 1111 1010 0 10100 11011100 10111 1001010

Color Harmonies of #AEB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8CC

Black with #AEB8CC

Text Example


Text Example

White with #AEB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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