Html Css Color HEX #AAB0C3 Echo Blue

📋 copy color: '#AAB0C3'

red 170 ◦ green 176 ◦ blue 195

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

Shades of Echo Blue #AAB0C3

Tints of Echo Blue #AAB0C3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 31.42%
G = 32.53%
B = 36.04%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB0C3 (or 0xAAB0C3) is known color: Echo Blue. HEX triplet: AA, B0 and C3. RGB value is (170,176,195). Sum of RGB (Red+Green+Blue) = 170+176+195=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAB0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0C3 is #554F3C. Grayscale: #B0B0B0. Windows color (decimal): -5590845 or 12824746. OLE color: 12824746.

HSL color Cylindrical-coordinate representation of color #AAB0C3: hue angle of 225.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 #AAB0C3 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 176 195 -
CMYK 0.13 0.10 0 0.24
HSL 225.6º 0.17% 0.72% -
HSV(B) 225.6º 0.13% 0.76% -
XYZ 41.95 43.54 57.82 -
YUV 176.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 170 176 195 0.13 0.10 0 0.24 225.6 0.17 0.72
Hex AA B0 C3 D A 0 18 E2 11 48
Octal 252 260 303 15 12 0 30 342 21 110
Binary 10101010 10110000 11000011 1101 1010 0 11000 11100010 10001 1001000

Color Harmonies of #AAB0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0C3

Black with #AAB0C3

Text Example


Text Example

White with #AAB0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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