#AAD8BE

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

Shades of Vista Blue #AAD8BE

Tints of Vista Blue #AAD8BE

Color information

#AAD8BE (or 0xAAD8BE) is unknown color: approx Vista Blue. HEX triplet: AA, D8 and BE. RGB value is (170,216,190). Sum of RGB (Red+Green+Blue) = 170+216+190=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8BE is #552741. Grayscale: #C7C7C7. Windows color (decimal): -5580610 or 12507306. OLE color: 12507306.

HSL color Cylindrical-coordinate representation of color #AAD8BE: hue angle of 146.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8BE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB170216190-
CMYK0.2100.120.15
HSL146.09º37.1%75.69%-
HSV(B)146.09º21.3%84.71%-
XYZ50.4361.3857.9-
YUV199.28122.76107.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=29.51%
G=37.5%
B=32.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161900.2100.120.15146.0937.175.69
HexAAD8BE150CF92254c
Octal252330276250141722245114
Binary10101010110110001011111010101011001111100100101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8BE; }

 p { color: rgb(170,216,190); }

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

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

 a { background-color: rgb(170,216,190); }

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

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

 span { border-color: rgb(170,216,190); }

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