#8ADCAD

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

Shades of Vista Blue #8ADCAD

Tints of Vista Blue #8ADCAD

Color information

#8ADCAD (or 0x8ADCAD) is unknown color: approx Vista Blue. HEX triplet: 8A, DC and AD. RGB value is (138,220,173). Sum of RGB (Red+Green+Blue) = 138+220+173=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCAD is #752352. Grayscale: #BEBEBE. Windows color (decimal): -7676755 or 11394186. OLE color: 11394186.

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

Color convert

RGB138220173-
CMYK0.3700.210.14
HSL145.61º53.95%70.2%-
HSV(B)145.61º37.27%86.27%-
XYZ43.6259.6148.74-
YUV190.12118.3390.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=25.99%
G=41.43%
B=32.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201730.3700.210.14145.6153.9570.2
Hex8ADCAD25015E923646
Octal212334255450251622266106
Binary1000101011011100101011011001010101011110100100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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