#8BDDAB

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

Shades of Vista Blue #8BDDAB

Tints of Vista Blue #8BDDAB

Color information

#8BDDAB (or 0x8BDDAB) is unknown color: approx Vista Blue. HEX triplet: 8B, DD and AB. RGB value is (139,221,171). Sum of RGB (Red+Green+Blue) = 139+221+171=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDDAB is #742254. Grayscale: #BEBEBE. Windows color (decimal): -7610965 or 11263371. OLE color: 11263371.

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

Color convert

RGB139221171-
CMYK0.3700.230.13
HSL143.41º54.67%70.59%-
HSV(B)143.41º37.1%86.67%-
XYZ43.8560.1447.83-
YUV190.78116.8391.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=26.18%
G=41.62%
B=32.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211710.3700.230.13143.4154.6770.59
Hex8BDDAB25017D8f3747
Octal213335253450271521767107
Binary1000101111011101101010111001010101111101100011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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