Html Css Color HEX #AADAC0 Vista Blue

📋 copy color: '#AADAC0'

red 170 ◦ green 218 ◦ blue 192

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

Shades of Vista Blue #AADAC0

Tints of Vista Blue #AADAC0

RGB

 RED value IS 170 (66.8% from 255) = 29.31%

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 29.31%
G = 37.59%
B = 33.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#AADAC0 (or 0xAADAC0) is known color: Vista Blue. HEX triplet: AA, DA and C0. RGB value is (170,218,192). Sum of RGB (Red+Green+Blue) = 170+218+192=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAC0 is #55253F. Grayscale: #C8C8C8. Windows color (decimal): -5580096 or 12638890. OLE color: 12638890.

HSL color Cylindrical-coordinate representation of color #AADAC0: hue angle of 147.5º 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 #AADAC0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 192 -
CMYK 0.22 0 0.12 0.15
HSL 147.5º 0.39% 0.76% -
HSV(B) 147.5º 0.22% 0.85% -
XYZ 51.16 62.49 59.24 -
YUV 200.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 170 218 192 0.22 0 0.12 0.15 147.5 0.39 0.76
Hex AA DA C0 16 0 C F 94 27 4C
Octal 252 332 300 26 0 14 17 224 47 114
Binary 10101010 11011010 11000000 10110 0 1100 1111 10010100 100111 1001100

Color Harmonies of #AADAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAC0

Black with #AADAC0

Text Example


Text Example

White with #AADAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAC0; }

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

 H1.HeaderClassName
 {
   color: #AADAC0;
 }
 .AnyTagClassName
 {
   color: #AADAC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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