#8ADCAA

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

Shades of Vista Blue #8ADCAA

Tints of Vista Blue #8ADCAA

Color information

#8ADCAA (or 0x8ADCAA) is unknown color: approx Vista Blue. HEX triplet: 8A, DC and AA. RGB value is (138,220,170). Sum of RGB (Red+Green+Blue) = 138+220+170=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCAA is #752355. Grayscale: #BDBDBD. Windows color (decimal): -7676758 or 11197578. OLE color: 11197578.

HSL color Cylindrical-coordinate representation of color #8ADCAA: hue angle of 143.41º 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 #8ADCAA is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB138220170-
CMYK0.3700.230.14
HSL143.41º53.95%70.2%-
HSV(B)143.41º37.27%86.27%-
XYZ43.3359.4947.23-
YUV189.78116.8391.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=26.14%
G=41.67%
B=32.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201700.3700.230.14143.4153.9570.2
Hex8ADCAA25017E8f3646
Octal212334252450271621766106
Binary1000101011011100101010101001010101111110100011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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