Html Css Color HEX #AAB3D6 Echo Blue

📋 copy color: '#AAB3D6'

red 170 ◦ green 179 ◦ blue 214

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

Shades of Echo Blue #AAB3D6

Tints of Echo Blue #AAB3D6

RGB

 RED value IS 170 (66.8% from 255) = 30.2%

 GREEN value IS 179 (70.31% from 255) = 31.79%

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

R = 30.2%
G = 31.79%
B = 38.01%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAB3D6 (or 0xAAB3D6) is known color: Echo Blue. HEX triplet: AA, B3 and D6. RGB value is (170,179,214). Sum of RGB (Red+Green+Blue) = 170+179+214=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAB3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3D6 is #554C29. Grayscale: #B4B4B4. Windows color (decimal): -5590058 or 14070698. OLE color: 14070698.

HSL color Cylindrical-coordinate representation of color #AAB3D6: hue angle of 227.73º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB3D6 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 179 214 -
CMYK 0.21 0.16 0 0.16
HSL 227.73º 0.35% 0.75% -
HSV(B) 227.73º 0.21% 0.84% -
XYZ 44.84 45.64 70.06 -
YUV 180.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 170 179 214 0.21 0.16 0 0.16 227.73 0.35 0.75
Hex AA B3 D6 15 10 0 10 E4 23 4B
Octal 252 263 326 25 20 0 20 344 43 113
Binary 10101010 10110011 11010110 10101 10000 0 10000 11100100 100011 1001011

Color Harmonies of #AAB3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3D6

Black with #AAB3D6

Text Example


Text Example

White with #AAB3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3D6; }

 p { color: rgb(170,179,214); }

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

background-color css

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

 a { background-color: rgb(170,179,214); }

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

border-color css

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

 span { border-color: rgb(170,179,214); }

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