Html Css Color HEX #AAB7D7 Echo Blue

📋 copy color: '#AAB7D7'

red 170 ◦ green 183 ◦ blue 215

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

Shades of Echo Blue #AAB7D7

Tints of Echo Blue #AAB7D7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.22%

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

R = 29.93%
G = 32.22%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAB7D7 (or 0xAAB7D7) is known color: Echo Blue. HEX triplet: AA, B7 and D7. RGB value is (170,183,215). Sum of RGB (Red+Green+Blue) = 170+183+215=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAB7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7D7 is #554828. Grayscale: #B6B6B6. Windows color (decimal): -5589033 or 14137258. OLE color: 14137258.

HSL color Cylindrical-coordinate representation of color #AAB7D7: hue angle of 222.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 #AAB7D7 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 183 215 -
CMYK 0.21 0.15 0 0.16
HSL 222.67º 0.36% 0.75% -
HSV(B) 222.67º 0.21% 0.84% -
XYZ 45.78 47.32 71.01 -
YUV 182.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 170 183 215 0.21 0.15 0 0.16 222.67 0.36 0.75
Hex AA B7 D7 15 F 0 10 DF 24 4B
Octal 252 267 327 25 17 0 20 337 44 113
Binary 10101010 10110111 11010111 10101 1111 0 10000 11011111 100100 1001011

Color Harmonies of #AAB7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7D7

Black with #AAB7D7

Text Example


Text Example

White with #AAB7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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