Html Css Color HEX #AAB4D7 Echo Blue

📋 copy color: '#AAB4D7'

red 170 ◦ green 180 ◦ blue 215

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

Shades of Echo Blue #AAB4D7

Tints of Echo Blue #AAB4D7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.86%

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 30.09%
G = 31.86%
B = 38.05%

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

#AAB4D7 (or 0xAAB4D7) is known color: Echo Blue. HEX triplet: AA, B4 and D7. RGB value is (170,180,215). Sum of RGB (Red+Green+Blue) = 170+180+215=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAB4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4D7 is #554B28. Grayscale: #B4B4B4. Windows color (decimal): -5589801 or 14136490. OLE color: 14136490.

HSL color Cylindrical-coordinate representation of color #AAB4D7: hue angle of 226.67º degrees, saturation: 0.36, 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 #AAB4D7 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 180 215 -
CMYK 0.21 0.16 0 0.16
HSL 226.67º 0.36% 0.75% -
HSV(B) 226.67º 0.21% 0.84% -
XYZ 45.16 46.09 70.81 -
YUV 181 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 170 180 215 0.21 0.16 0 0.16 226.67 0.36 0.75
Hex AA B4 D7 15 10 0 10 E3 24 4B
Octal 252 264 327 25 20 0 20 343 44 113
Binary 10101010 10110100 11010111 10101 10000 0 10000 11100011 100100 1001011

Color Harmonies of #AAB4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4D7

Black with #AAB4D7

Text Example


Text Example

White with #AAB4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4D7; }

 p { color: rgb(170,180,215); }

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

background-color css

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

 a { background-color: rgb(170,180,215); }

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

border-color css

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

 span { border-color: rgb(170,180,215); }

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