#8BDDBB

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

Shades of Vista Blue #8BDDBB

Tints of Vista Blue #8BDDBB

Color information

#8BDDBB (or 0x8BDDBB) is unknown color: approx Vista Blue. HEX triplet: 8B, DD and BB. RGB value is (139,221,187). Sum of RGB (Red+Green+Blue) = 139+221+187=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDBB is #742244. Grayscale: #C0C0C0. Windows color (decimal): -7610949 or 12311947. OLE color: 12311947.

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

Color convert

RGB139221187-
CMYK0.3700.150.13
HSL155.12º54.67%70.59%-
HSV(B)155.12º37.1%86.67%-
XYZ45.4760.7956.35-
YUV192.61124.8389.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=25.41%
G=40.40%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1392211870.3700.150.13155.1254.6770.59
Hex8BDDBB250FD9b3747
Octal213335273450171523367107
Binary100010111101110110111011100101011111101100110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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