#8BF2AD

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

Shades of Vista Blue #8BF2AD

Tints of Vista Blue #8BF2AD

Color information

#8BF2AD (or 0x8BF2AD) is unknown color: approx Vista Blue. HEX triplet: 8B, F2 and AD. RGB value is (139,242,173). Sum of RGB (Red+Green+Blue) = 139+242+173=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF2AD is #740D52. Grayscale: #CBCBCB. Windows color (decimal): -7605587 or 11399819. OLE color: 11399819.

HSL color Cylindrical-coordinate representation of color #8BF2AD: hue angle of 139.81º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2AD is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB139242173-
CMYK0.4300.290.05
HSL139.81º79.84%74.71%-
HSV(B)139.81º42.56%94.9%-
XYZ49.9472.0150.8-
YUV203.34110.8882.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.09%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=25.09%
G=43.68%
B=31.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392421730.4300.290.05139.8179.8474.71
Hex8BF2AD2B01D58c504b
Octal213362255530355214120113
Binary1000101111110010101011011010110111011011000110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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