Html Css Color HEX #AEB5D6 Echo Blue

📋 copy color: '#AEB5D6'

red 174 ◦ green 181 ◦ blue 214

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

Shades of Echo Blue #AEB5D6

Tints of Echo Blue #AEB5D6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.81%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 30.58%
G = 31.81%
B = 37.61%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEB5D6 (or 0xAEB5D6) is known color: Echo Blue. HEX triplet: AE, B5 and D6. RGB value is (174,181,214). Sum of RGB (Red+Green+Blue) = 174+181+214=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEB5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5D6 is #514A29. Grayscale: #B6B6B6. Windows color (decimal): -5327402 or 14071214. OLE color: 14071214.

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

Color convert

RGB 174 181 214 -
CMYK 0.19 0.15 0 0.16
HSL 229.5º 0.33% 0.76% -
HSV(B) 229.5º 0.19% 0.84% -
XYZ 46.12 46.9 70.24 -
YUV 182.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 174 181 214 0.19 0.15 0 0.16 229.5 0.33 0.76
Hex AE B5 D6 13 F 0 10 E6 21 4C
Octal 256 265 326 23 17 0 20 346 41 114
Binary 10101110 10110101 11010110 10011 1111 0 10000 11100110 100001 1001100

Color Harmonies of #AEB5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5D6

Black with #AEB5D6

Text Example


Text Example

White with #AEB5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5D6; }

 p { color: rgb(174,181,214); }

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

background-color css

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

 a { background-color: rgb(174,181,214); }

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

border-color css

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

 span { border-color: rgb(174,181,214); }

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