Html Css Color HEX #AAB8D6 Echo Blue

📋 copy color: '#AAB8D6'

red 170 ◦ green 184 ◦ blue 214

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

Shades of Echo Blue #AAB8D6

Tints of Echo Blue #AAB8D6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.39%

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

R = 29.93%
G = 32.39%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAB8D6 (or 0xAAB8D6) is known color: Echo Blue. HEX triplet: AA, B8 and D6. RGB value is (170,184,214). Sum of RGB (Red+Green+Blue) = 170+184+214=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAB8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8D6 is #554729. Grayscale: #B7B7B7. Windows color (decimal): -5588778 or 14071978. OLE color: 14071978.

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

Color convert

RGB 170 184 214 -
CMYK 0.21 0.14 0 0.16
HSL 220.91º 0.35% 0.75% -
HSV(B) 220.91º 0.21% 0.84% -
XYZ 45.86 47.68 70.41 -
YUV 183.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 170 184 214 0.21 0.14 0 0.16 220.91 0.35 0.75
Hex AA B8 D6 15 E 0 10 DD 23 4B
Octal 252 270 326 25 16 0 20 335 43 113
Binary 10101010 10111000 11010110 10101 1110 0 10000 11011101 100011 1001011

Color Harmonies of #AAB8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8D6

Black with #AAB8D6

Text Example


Text Example

White with #AAB8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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