#8ADCBA

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

Shades of Vista Blue #8ADCBA

Tints of Vista Blue #8ADCBA

Color information

#8ADCBA (or 0x8ADCBA) is unknown color: approx Vista Blue. HEX triplet: 8A, DC and BA. RGB value is (138,220,186). Sum of RGB (Red+Green+Blue) = 138+220+186=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCBA is #752345. Grayscale: #BFBFBF. Windows color (decimal): -7676742 or 12246154. OLE color: 12246154.

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

Color convert

RGB138220186-
CMYK0.3700.150.14
HSL155.12º53.95%70.2%-
HSV(B)155.12º37.27%86.27%-
XYZ44.9460.1355.69-
YUV191.61124.8389.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=25.37%
G=40.44%
B=34.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201860.3700.150.14155.1253.9570.2
Hex8ADCBA250FE9b3646
Octal212334272450171623366106
Binary100010101101110010111010100101011111110100110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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