Html Css Color HEX #AEB1D2 Echo Blue

📋 copy color: '#AEB1D2'

red 174 ◦ green 177 ◦ blue 210

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

Shades of Echo Blue #AEB1D2

Tints of Echo Blue #AEB1D2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.55%

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 31.02%
G = 31.55%
B = 37.43%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEB1D2 (or 0xAEB1D2) is known color: Echo Blue. HEX triplet: AE, B1 and D2. RGB value is (174,177,210). Sum of RGB (Red+Green+Blue) = 174+177+210=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEB1D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1D2 is #514E2D. Grayscale: #B3B3B3. Windows color (decimal): -5328430 or 13808046. OLE color: 13808046.

HSL color Cylindrical-coordinate representation of color #AEB1D2: hue angle of 235º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB1D2 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 177 210 -
CMYK 0.17 0.16 0 0.18
HSL 235º 0.29% 0.75% -
HSV(B) 235º 0.17% 0.82% -
XYZ 44.81 45.1 67.32 -
YUV 179.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 174 177 210 0.17 0.16 0 0.18 235 0.29 0.75
Hex AE B1 D2 11 10 0 12 EB 1D 4B
Octal 256 261 322 21 20 0 22 353 35 113
Binary 10101110 10110001 11010010 10001 10000 0 10010 11101011 11101 1001011

Color Harmonies of #AEB1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1D2

Black with #AEB1D2

Text Example


Text Example

White with #AEB1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1D2; }

 p { color: rgb(174,177,210); }

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

background-color css

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

 a { background-color: rgb(174,177,210); }

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

border-color css

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

 span { border-color: rgb(174,177,210); }

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