#AADDC0

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

Shades of Vista Blue #AADDC0

Tints of Vista Blue #AADDC0

Color information

#AADDC0 (or 0xAADDC0) is unknown color: approx Vista Blue. HEX triplet: AA, DD and C0. RGB value is (170,221,192). Sum of RGB (Red+Green+Blue) = 170+221+192=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC0 is #55223F. Grayscale: #CACACA. Windows color (decimal): -5579328 or 12639658. OLE color: 12639658.

HSL color Cylindrical-coordinate representation of color #AADDC0: hue angle of 145.88º degrees, saturation: 0.43, 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 #AADDC0 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB170221192-
CMYK0.2300.130.13
HSL145.88º42.86%76.67%-
HSV(B)145.88º23.08%86.67%-
XYZ51.9564.0659.5-
YUV202.45122.1104.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=29.16%
G=37.91%
B=32.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211920.2300.130.13145.8842.8676.67
HexAADDC0170DD922b4d
Octal252335300270151522253115
Binary10101010110111011100000010111011011101100100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDC0; }

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

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

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

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

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

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

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

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