#AADEC1

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

Shades of Vista Blue #AADEC1

Tints of Vista Blue #AADEC1

Color information

#AADEC1 (or 0xAADEC1) is unknown color: approx Vista Blue. HEX triplet: AA, DE and C1. RGB value is (170,222,193). Sum of RGB (Red+Green+Blue) = 170+222+193=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC1 is #55213E. Grayscale: #CBCBCB. Windows color (decimal): -5579071 or 12705450. OLE color: 12705450.

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

Color convert

RGB170222193-
CMYK0.2300.130.13
HSL146.54º44.07%76.86%-
HSV(B)146.54º23.42%87.06%-
XYZ52.3264.6460.17-
YUV203.15122.27104.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=29.06%
G=37.95%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1702221930.2300.130.13146.5444.0776.86
HexAADEC1170DD932c4d
Octal252336301270151522354115
Binary10101010110111101100000110111011011101100100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEC1; }

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

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

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

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

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

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

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

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