#AADEC0

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

Shades of Vista Blue #AADEC0

Tints of Vista Blue #AADEC0

Color information

#AADEC0 (or 0xAADEC0) is unknown color: approx Vista Blue. HEX triplet: AA, DE and C0. RGB value is (170,222,192). Sum of RGB (Red+Green+Blue) = 170+222+192=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC0 is #55213F. Grayscale: #CBCBCB. Windows color (decimal): -5579072 or 12639914. OLE color: 12639914.

HSL color Cylindrical-coordinate representation of color #AADEC0: hue angle of 145.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB170222192-
CMYK0.2300.140.13
HSL145.38º44.07%76.86%-
HSV(B)145.38º23.42%87.06%-
XYZ52.2164.5959.59-
YUV203.03121.77104.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=29.11%
G=38.01%
B=32.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221920.2300.140.13145.3844.0776.86
HexAADEC0170ED912c4d
Octal252336300270161522154115
Binary10101010110111101100000010111011101101100100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEC0; }

 p { color: rgb(170,222,192); }

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

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

 a { background-color: rgb(170,222,192); }

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

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

 span { border-color: rgb(170,222,192); }

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