#8BDDB9

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

Shades of Vista Blue #8BDDB9

Tints of Vista Blue #8BDDB9

Color information

#8BDDB9 (or 0x8BDDB9) is unknown color: approx Vista Blue. HEX triplet: 8B, DD and B9. RGB value is (139,221,185). Sum of RGB (Red+Green+Blue) = 139+221+185=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDB9 is #742246. Grayscale: #C0C0C0. Windows color (decimal): -7610951 or 12180875. OLE color: 12180875.

HSL color Cylindrical-coordinate representation of color #8BDDB9: hue angle of 153.66º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDB9 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB139221185-
CMYK0.3700.160.13
HSL153.66º54.67%70.59%-
HSV(B)153.66º37.1%86.67%-
XYZ45.2660.755.23-
YUV192.38123.8389.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=25.50%
G=40.55%
B=33.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211850.3700.160.13153.6654.6770.59
Hex8BDDB925010D9a3747
Octal213335271450201523267107
Binary1000101111011101101110011001010100001101100110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,221,185); }

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

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

 a { background-color: rgb(139,221,185); }

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

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

 span { border-color: rgb(139,221,185); }

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