#AADCC0

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

Shades of Vista Blue #AADCC0

Tints of Vista Blue #AADCC0

Color information

#AADCC0 (or 0xAADCC0) is unknown color: approx Vista Blue. HEX triplet: AA, DC and C0. RGB value is (170,220,192). Sum of RGB (Red+Green+Blue) = 170+220+192=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC0 is #55233F. Grayscale: #C9C9C9. Windows color (decimal): -5579584 or 12639402. OLE color: 12639402.

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

Color convert

RGB170220192-
CMYK0.2300.130.14
HSL146.4º41.67%76.47%-
HSV(B)146.4º22.73%86.27%-
XYZ51.6963.5459.41-
YUV201.86122.44105.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=29.21%
G=37.80%
B=32.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201920.2300.130.14146.441.6776.47
HexAADCC0170DE922a4c
Octal252334300270151622252114
Binary10101010110111001100000010111011011110100100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCC0; }

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

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

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

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

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

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

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

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