Html Css Color HEX #AADCC0 Vista Blue

📋 copy color: '#AADCC0'

red 170 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #AADCC0

Tints of Vista Blue #AADCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 29.21%
G = 37.8%
B = 32.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#AADCC0 (or 0xAADCC0) is known color: Vista Blue. HEX triplet: AA, DC and C0. RGB value is (170,220,192). Sum of RGB (Red+Green+Blue) = 170+220+192=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC0 is #55233F. Grayscale: #C9C9C9. Windows color (decimal): -5579584 or 12639402. OLE color: 12639402.

HSL color Cylindrical-coordinate representation of color #AADCC0: hue angle of 146.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC0 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 192 -
CMYK 0.23 0 0.13 0.14
HSL 146.4º 0.42% 0.76% -
HSV(B) 146.4º 0.23% 0.86% -
XYZ 51.69 63.54 59.41 -
YUV 201.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 170 220 192 0.23 0 0.13 0.14 146.4 0.42 0.76
Hex AA DC C0 17 0 D E 92 2A 4C
Octal 252 334 300 27 0 15 16 222 52 114
Binary 10101010 11011100 11000000 10111 0 1101 1110 10010010 101010 1001100

Color Harmonies of #AADCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCC0

Black with #AADCC0

Text Example


Text Example

White with #AADCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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