#8BDDB5

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

Shades of Vista Blue #8BDDB5

Tints of Vista Blue #8BDDB5

Color information

#8BDDB5 (or 0x8BDDB5) is unknown color: approx Vista Blue. HEX triplet: 8B, DD and B5. RGB value is (139,221,181). Sum of RGB (Red+Green+Blue) = 139+221+181=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDB5 is #74224A. Grayscale: #BFBFBF. Windows color (decimal): -7610955 or 11918731. OLE color: 11918731.

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

Color convert

RGB139221181-
CMYK0.3700.180.13
HSL150.73º54.67%70.59%-
HSV(B)150.73º37.1%86.67%-
XYZ44.8460.5453.04-
YUV191.92121.8390.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=25.69%
G=40.85%
B=33.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211810.3700.180.13150.7354.6770.59
Hex8BDDB525012D973747
Octal213335265450221522767107
Binary1000101111011101101101011001010100101101100101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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