#8BD9AD

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

Shades of Vista Blue #8BD9AD

Tints of Vista Blue #8BD9AD

Color information

#8BD9AD (or 0x8BD9AD) is unknown color: approx Vista Blue. HEX triplet: 8B, D9 and AD. RGB value is (139,217,173). Sum of RGB (Red+Green+Blue) = 139+217+173=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD9AD is #742652. Grayscale: #BCBCBC. Windows color (decimal): -7611987 or 11393419. OLE color: 11393419.

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

Color convert

RGB139217173-
CMYK0.3600.200.15
HSL146.15º50.65%69.8%-
HSV(B)146.15º35.94%85.1%-
XYZ4358.1348.49-
YUV188.66119.1692.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.28%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=26.28%
G=41.02%
B=32.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171730.3600.200.15146.1550.6569.8
Hex8BD9AD24014F923346
Octal213331255440241722263106
Binary1000101111011001101011011001000101001111100100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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