#8BDFA6

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

Shades of Vista Blue #8BDFA6

Tints of Vista Blue #8BDFA6

Color information

#8BDFA6 (or 0x8BDFA6) is unknown color: approx Vista Blue. HEX triplet: 8B, DF and A6. RGB value is (139,223,166). Sum of RGB (Red+Green+Blue) = 139+223+166=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDFA6 is #742059. Grayscale: #BFBFBF. Windows color (decimal): -7610458 or 10936203. OLE color: 10936203.

HSL color Cylindrical-coordinate representation of color #8BDFA6: hue angle of 139.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFA6 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB139223166-
CMYK0.3800.260.13
HSL139.29º56.76%70.98%-
HSV(B)139.29º37.67%87.45%-
XYZ43.9261.0245.54-
YUV191.39113.6790.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.33%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=26.33%
G=42.23%
B=31.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392231660.3800.260.13139.2956.7670.98
Hex8BDFA62601AD8b3947
Octal213337246460321521371107
Binary1000101111011111101001101001100110101101100010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,166); }

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

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

 a { background-color: rgb(139,223,166); }

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

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

 span { border-color: rgb(139,223,166); }

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