#AAD6BB

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

Shades of Vista Blue #AAD6BB

Tints of Vista Blue #AAD6BB

Color information

#AAD6BB (or 0xAAD6BB) is unknown color: approx Vista Blue. HEX triplet: AA, D6 and BB. RGB value is (170,214,187). Sum of RGB (Red+Green+Blue) = 170+214+187=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6BB is #552944. Grayscale: #C5C5C5. Windows color (decimal): -5581125 or 12310186. OLE color: 12310186.

HSL color Cylindrical-coordinate representation of color #AAD6BB: hue angle of 143.18º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6BB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB170214187-
CMYK0.2100.130.16
HSL143.18º34.92%75.29%-
HSV(B)143.18º20.56%83.92%-
XYZ49.5960.2356.02-
YUV197.77121.92108.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=29.77%
G=37.48%
B=32.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141870.2100.130.16143.1834.9275.29
HexAAD6BB150D108f234b
Octal252326273250152021743113
Binary101010101101011010111011101010110110000100011111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6BB; }

 p { color: rgb(170,214,187); }

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

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

 a { background-color: rgb(170,214,187); }

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

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

 span { border-color: rgb(170,214,187); }

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