Html Css Color HEX #AAB9CE Echo Blue

📋 copy color: '#AAB9CE'

red 170 ◦ green 185 ◦ blue 206

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

Shades of Echo Blue #AAB9CE

Tints of Echo Blue #AAB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.98%

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

R = 30.3%
G = 32.98%
B = 36.72%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAB9CE (or 0xAAB9CE) is known color: Echo Blue. HEX triplet: AA, B9 and CE. RGB value is (170,185,206). Sum of RGB (Red+Green+Blue) = 170+185+206=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9CE is #554631. Grayscale: #B6B6B6. Windows color (decimal): -5588530 or 13547946. OLE color: 13547946.

HSL color Cylindrical-coordinate representation of color #AAB9CE: hue angle of 215º 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 #AAB9CE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 185 206 -
CMYK 0.17 0.10 0 0.19
HSL 215º 0.27% 0.74% -
HSV(B) 215º 0.17% 0.81% -
XYZ 45.07 47.7 65.22 -
YUV 182.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 170 185 206 0.17 0.10 0 0.19 215 0.27 0.74
Hex AA B9 CE 11 A 0 13 D7 1B 4A
Octal 252 271 316 21 12 0 23 327 33 112
Binary 10101010 10111001 11001110 10001 1010 0 10011 11010111 11011 1001010

Color Harmonies of #AAB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9CE

Black with #AAB9CE

Text Example


Text Example

White with #AAB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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