Html Css Color HEX #AEB9D5 Echo Blue

📋 copy color: '#AEB9D5'

red 174 ◦ green 185 ◦ blue 213

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

Shades of Echo Blue #AEB9D5

Tints of Echo Blue #AEB9D5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.34%

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 30.42%
G = 32.34%
B = 37.24%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEB9D5 (or 0xAEB9D5) is known color: Echo Blue. HEX triplet: AE, B9 and D5. RGB value is (174,185,213). Sum of RGB (Red+Green+Blue) = 174+185+213=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEB9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9D5 is #51462A. Grayscale: #B8B8B8. Windows color (decimal): -5326379 or 14006702. OLE color: 14006702.

HSL color Cylindrical-coordinate representation of color #AEB9D5: hue angle of 223.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEB9D5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 185 213 -
CMYK 0.18 0.13 0 0.16
HSL 223.08º 0.32% 0.76% -
HSV(B) 223.08º 0.18% 0.84% -
XYZ 46.81 48.5 69.84 -
YUV 184.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 174 185 213 0.18 0.13 0 0.16 223.08 0.32 0.76
Hex AE B9 D5 12 D 0 10 DF 20 4C
Octal 256 271 325 22 15 0 20 337 40 114
Binary 10101110 10111001 11010101 10010 1101 0 10000 11011111 100000 1001100

Color Harmonies of #AEB9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9D5

Black with #AEB9D5

Text Example


Text Example

White with #AEB9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9D5; }

 p { color: rgb(174,185,213); }

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

background-color css

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

 a { background-color: rgb(174,185,213); }

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

border-color css

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

 span { border-color: rgb(174,185,213); }

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