#8BDBAD

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

Shades of Vista Blue #8BDBAD

Tints of Vista Blue #8BDBAD

Color information

#8BDBAD (or 0x8BDBAD) is unknown color: approx Vista Blue. HEX triplet: 8B, DB and AD. RGB value is (139,219,173). Sum of RGB (Red+Green+Blue) = 139+219+173=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBAD is #742452. Grayscale: #BDBDBD. Windows color (decimal): -7611475 or 11393931. OLE color: 11393931.

HSL color Cylindrical-coordinate representation of color #8BDBAD: hue angle of 145.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBAD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB139219173-
CMYK0.3700.210.14
HSL145.5º52.63%70.2%-
HSV(B)145.5º36.53%85.88%-
XYZ43.5259.1748.66-
YUV189.84118.591.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=26.18%
G=41.24%
B=32.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191730.3700.210.14145.552.6370.2
Hex8BDBAD25015E923546
Octal213333255450251622265106
Binary1000101111011011101011011001010101011110100100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,173); }

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

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

 a { background-color: rgb(139,219,173); }

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

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

 span { border-color: rgb(139,219,173); }

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