Html Css Color HEX #AAB6CE Echo Blue

📋 copy color: '#AAB6CE'

red 170 ◦ green 182 ◦ blue 206

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

Shades of Echo Blue #AAB6CE

Tints of Echo Blue #AAB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.62%

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

R = 30.47%
G = 32.62%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAB6CE (or 0xAAB6CE) is known color: Echo Blue. HEX triplet: AA, B6 and CE. RGB value is (170,182,206). Sum of RGB (Red+Green+Blue) = 170+182+206=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAB6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6CE is #554931. Grayscale: #B5B5B5. Windows color (decimal): -5589298 or 13547178. OLE color: 13547178.

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

Color convert

RGB 170 182 206 -
CMYK 0.17 0.12 0 0.19
HSL 220º 0.27% 0.74% -
HSV(B) 220º 0.17% 0.81% -
XYZ 44.45 46.46 65.02 -
YUV 181.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 170 182 206 0.17 0.12 0 0.19 220 0.27 0.74
Hex AA B6 CE 11 C 0 13 DC 1B 4A
Octal 252 266 316 21 14 0 23 334 33 112
Binary 10101010 10110110 11001110 10001 1100 0 10011 11011100 11011 1001010

Color Harmonies of #AAB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6CE

Black with #AAB6CE

Text Example


Text Example

White with #AAB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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