#8ADAAD

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

Shades of Vista Blue #8ADAAD

Tints of Vista Blue #8ADAAD

Color information

#8ADAAD (or 0x8ADAAD) is unknown color: approx Vista Blue. HEX triplet: 8A, DA and AD. RGB value is (138,218,173). Sum of RGB (Red+Green+Blue) = 138+218+173=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADAAD is #752552. Grayscale: #BDBDBD. Windows color (decimal): -7677267 or 11393674. OLE color: 11393674.

HSL color Cylindrical-coordinate representation of color #8ADAAD: hue angle of 146.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAAD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB138218173-
CMYK0.3700.210.15
HSL146.25º51.95%69.8%-
HSV(B)146.25º36.7%85.49%-
XYZ43.158.5648.57-
YUV188.9511991.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=26.09%
G=41.21%
B=32.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382181730.3700.210.15146.2551.9569.8
Hex8ADAAD25015F923446
Octal212332255450251722264106
Binary1000101011011010101011011001010101011111100100101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADAAD; }

 p { color: rgb(138,218,173); }

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

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

 a { background-color: rgb(138,218,173); }

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

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

 span { border-color: rgb(138,218,173); }

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