#8BCDA9

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

Shades of Vista Blue #8BCDA9

Tints of Vista Blue #8BCDA9

Color information

#8BCDA9 (or 0x8BCDA9) is unknown color: approx Vista Blue. HEX triplet: 8B, CD and A9. RGB value is (139,205,169). Sum of RGB (Red+Green+Blue) = 139+205+169=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA9 is #743256. Grayscale: #B5B5B5. Windows color (decimal): -7615063 or 11128203. OLE color: 11128203.

HSL color Cylindrical-coordinate representation of color #8BCDA9: hue angle of 147.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDA9 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB139205169-
CMYK0.3200.180.20
HSL147.27º39.76%67.45%-
HSV(B)147.27º32.2%80.39%-
XYZ39.6452.0245.49-
YUV181.16121.1397.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.10%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=27.10%
G=39.96%
B=32.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051690.3200.180.20147.2739.7667.45
Hex8BCDA92001214932843
Octal213315251400222422350103
Binary10001011110011011010100110000001001010100100100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,169); }

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

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

 a { background-color: rgb(139,205,169); }

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

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

 span { border-color: rgb(139,205,169); }

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