Html Css Color HEX #AAB5CE Echo Blue

📋 copy color: '#AAB5CE'

red 170 ◦ green 181 ◦ blue 206

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

Shades of Echo Blue #AAB5CE

Tints of Echo Blue #AAB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.5%

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

R = 30.52%
G = 32.5%
B = 36.98%

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

#AAB5CE (or 0xAAB5CE) is known color: Echo Blue. HEX triplet: AA, B5 and CE. RGB value is (170,181,206). Sum of RGB (Red+Green+Blue) = 170+181+206=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAB5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5CE is #554A31. Grayscale: #B4B4B4. Windows color (decimal): -5589554 or 13546922. OLE color: 13546922.

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

Color convert

RGB 170 181 206 -
CMYK 0.17 0.12 0 0.19
HSL 221.67º 0.27% 0.74% -
HSV(B) 221.67º 0.17% 0.81% -
XYZ 44.24 46.05 64.95 -
YUV 180.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 170 181 206 0.17 0.12 0 0.19 221.67 0.27 0.74
Hex AA B5 CE 11 C 0 13 DE 1B 4A
Octal 252 265 316 21 14 0 23 336 33 112
Binary 10101010 10110101 11001110 10001 1100 0 10011 11011110 11011 1001010

Color Harmonies of #AAB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5CE

Black with #AAB5CE

Text Example


Text Example

White with #AAB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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