#8BDAB6

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

Shades of Vista Blue #8BDAB6

Tints of Vista Blue #8BDAB6

Color information

#8BDAB6 (or 0x8BDAB6) is unknown color: approx Vista Blue. HEX triplet: 8B, DA and B6. RGB value is (139,218,182). Sum of RGB (Red+Green+Blue) = 139+218+182=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAB6 is #742549. Grayscale: #BEBEBE. Windows color (decimal): -7611722 or 11983499. OLE color: 11983499.

HSL color Cylindrical-coordinate representation of color #8BDAB6: hue angle of 152.66º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDAB6 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB139218182-
CMYK0.3600.170.15
HSL152.66º51.63%70%-
HSV(B)152.66º36.24%85.49%-
XYZ44.1659.0153.32-
YUV190.27123.3391.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=25.79%
G=40.45%
B=33.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181820.3600.170.15152.6651.6370
Hex8BDAB624011F993446
Octal213332266440211723164106
Binary1000101111011010101101101001000100011111100110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,182); }

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

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

 a { background-color: rgb(139,218,182); }

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

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

 span { border-color: rgb(139,218,182); }

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