#8BDDAD

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

Shades of Vista Blue #8BDDAD

Tints of Vista Blue #8BDDAD

Color information

#8BDDAD (or 0x8BDDAD) is unknown color: approx Vista Blue. HEX triplet: 8B, DD and AD. RGB value is (139,221,173). Sum of RGB (Red+Green+Blue) = 139+221+173=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDDAD is #742252. Grayscale: #BFBFBF. Windows color (decimal): -7610963 or 11394443. OLE color: 11394443.

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

Color convert

RGB139221173-
CMYK0.3700.220.13
HSL144.88º54.67%70.59%-
HSV(B)144.88º37.1%86.67%-
XYZ44.0560.2248.84-
YUV191.01117.8390.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=26.08%
G=41.46%
B=32.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211730.3700.220.13144.8854.6770.59
Hex8BDDAD25016D913747
Octal213335255450261522167107
Binary1000101111011101101011011001010101101101100100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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