#AAB2CF

Color #AAB2CF Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #AAB2CF

Tints of Echo Blue #AAB2CF

Color information

#AAB2CF (or 0xAAB2CF) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and CF. RGB value is (170,178,207). Sum of RGB (Red+Green+Blue) = 170+178+207=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CF is #554D30. Grayscale: #B2B2B2. Windows color (decimal): -5590321 or 13611690. OLE color: 13611690.

HSL color Cylindrical-coordinate representation of color #AAB2CF: hue angle of 227.03º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB2CF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170178207-
CMYK0.180.1400.19
HSL227.03º27.82%73.92%-
HSV(B)227.03º17.87%81.18%-
XYZ43.7644.8965.39-
YUV178.91143.85121.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=30.63%
G=32.07%
B=37.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701782070.180.1400.19227.0327.8273.92
HexAAB2CF12E013e31c4a
Octal252262317221602334334112
Binary10101010101100101100111110010111001001111100011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2CF; }

 p { color: rgb(170,178,207); }

 H1.HeaderClassName
 {
   color: #AAB2CF;
 }
 .AnyTagClassName
 {
   color: #AAB2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(170,178,207); }

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

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

 span { border-color: rgb(170,178,207); }

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