Html Css Color HEX #AADEC1 Vista Blue

📋 copy color: '#AADEC1'

red 170 ◦ green 222 ◦ blue 193

#AADEC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #AADEC1

Tints of Vista Blue #AADEC1

RGB

 RED value IS 170 (66.8% 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 value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#AADEC1 (or 0xAADEC1) is known color: 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

RGB 170 222 193 -
CMYK 0.23 0 0.13 0.13
HSL 146.54º 0.44% 0.77% -
HSV(B) 146.54º 0.23% 0.87% -
XYZ 52.32 64.64 60.17 -
YUV 203.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 170 222 193 0.23 0 0.13 0.13 146.54 0.44 0.77
Hex AA DE C1 17 0 D D 93 2C 4D
Octal 252 336 301 27 0 15 15 223 54 115
Binary 10101010 11011110 11000001 10111 0 1101 1101 10010011 101100 1001101

Color Harmonies of #AADEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEC1

Black with #AADEC1

Text Example


Text Example

White with #AADEC1

Text Example


Text Example

HTML Codes & Css Web 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>