#8BD6AD

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

Shades of Vista Blue #8BD6AD

Tints of Vista Blue #8BD6AD

Color information

#8BD6AD (or 0x8BD6AD) is unknown color: approx Vista Blue. HEX triplet: 8B, D6 and AD. RGB value is (139,214,173). Sum of RGB (Red+Green+Blue) = 139+214+173=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD6AD is #742952. Grayscale: #BABABA. Windows color (decimal): -7612755 or 11392651. OLE color: 11392651.

HSL color Cylindrical-coordinate representation of color #8BD6AD: hue angle of 147.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6AD is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB139214173-
CMYK0.3500.190.16
HSL147.2º47.77%69.22%-
HSV(B)147.2º35.05%83.92%-
XYZ42.2456.648.23-
YUV186.9120.1593.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=26.43%
G=40.68%
B=32.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141730.3500.190.16147.247.7769.22
Hex8BD6AD2301310933045
Octal213326255430232022360105
Binary10001011110101101010110110001101001110000100100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,173); }

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

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

 a { background-color: rgb(139,214,173); }

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

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

 span { border-color: rgb(139,214,173); }

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