#AADAC1

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

Shades of Vista Blue #AADAC1

Tints of Vista Blue #AADAC1

Color information

#AADAC1 (or 0xAADAC1) is unknown color: approx Vista Blue. HEX triplet: AA, DA and C1. RGB value is (170,218,193). Sum of RGB (Red+Green+Blue) = 170+218+193=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC1 is #55253E. Grayscale: #C8C8C8. Windows color (decimal): -5580095 or 12704426. OLE color: 12704426.

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

Color convert

RGB170218193-
CMYK0.2200.110.15
HSL148.75º39.34%76.08%-
HSV(B)148.75º22.02%85.49%-
XYZ51.2762.5459.82-
YUV200.8123.6106.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=29.26%
G=37.52%
B=33.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181930.2200.110.15148.7539.3476.08
HexAADAC1160BF95274c
Octal252332301260131722547114
Binary10101010110110101100000110110010111111100101011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAC1; }

 p { color: rgb(170,218,193); }

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

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

 a { background-color: rgb(170,218,193); }

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

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

 span { border-color: rgb(170,218,193); }

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