Html Css Color HEX #AAB5C3 Echo Blue

📋 copy color: '#AAB5C3'

red 170 ◦ green 181 ◦ blue 195

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

Shades of Echo Blue #AAB5C3

Tints of Echo Blue #AAB5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 31.14%
G = 33.15%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB5C3 (or 0xAAB5C3) is known color: Echo Blue. HEX triplet: AA, B5 and C3. RGB value is (170,181,195). Sum of RGB (Red+Green+Blue) = 170+181+195=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAB5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C3 is #554A3C. Grayscale: #B3B3B3. Windows color (decimal): -5589565 or 12826026. OLE color: 12826026.

HSL color Cylindrical-coordinate representation of color #AAB5C3: hue angle of 213.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB5C3 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 181 195 -
CMYK 0.13 0.07 0 0.24
HSL 213.6º 0.17% 0.72% -
HSV(B) 213.6º 0.13% 0.76% -
XYZ 42.95 45.53 58.15 -
YUV 179.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 170 181 195 0.13 0.07 0 0.24 213.6 0.17 0.72
Hex AA B5 C3 D 7 0 18 D6 11 48
Octal 252 265 303 15 7 0 30 326 21 110
Binary 10101010 10110101 11000011 1101 111 0 11000 11010110 10001 1001000

Color Harmonies of #AAB5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5C3

Black with #AAB5C3

Text Example


Text Example

White with #AAB5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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