Html Css Color HEX #AAB8CE Echo Blue

📋 copy color: '#AAB8CE'

red 170 ◦ green 184 ◦ blue 206

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

Shades of Echo Blue #AAB8CE

Tints of Echo Blue #AAB8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 30.36%
G = 32.86%
B = 36.79%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAB8CE (or 0xAAB8CE) is known color: Echo Blue. HEX triplet: AA, B8 and CE. RGB value is (170,184,206). Sum of RGB (Red+Green+Blue) = 170+184+206=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CE is #554731. Grayscale: #B6B6B6. Windows color (decimal): -5588786 or 13547690. OLE color: 13547690.

HSL color Cylindrical-coordinate representation of color #AAB8CE: hue angle of 216.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB8CE is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 184 206 -
CMYK 0.17 0.11 0 0.19
HSL 216.67º 0.27% 0.74% -
HSV(B) 216.67º 0.17% 0.81% -
XYZ 44.86 47.28 65.15 -
YUV 182.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 170 184 206 0.17 0.11 0 0.19 216.67 0.27 0.74
Hex AA B8 CE 11 B 0 13 D9 1B 4A
Octal 252 270 316 21 13 0 23 331 33 112
Binary 10101010 10111000 11001110 10001 1011 0 10011 11011001 11011 1001010

Color Harmonies of #AAB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8CE

Black with #AAB8CE

Text Example


Text Example

White with #AAB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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