#8BF3AD

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

Shades of Vista Blue #8BF3AD

Tints of Vista Blue #8BF3AD

Color information

#8BF3AD (or 0x8BF3AD) is unknown color: approx Vista Blue. HEX triplet: 8B, F3 and AD. RGB value is (139,243,173). Sum of RGB (Red+Green+Blue) = 139+243+173=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF3AD is #740C52. Grayscale: #CCCCCC. Windows color (decimal): -7605331 or 11400075. OLE color: 11400075.

HSL color Cylindrical-coordinate representation of color #8BF3AD: hue angle of 139.62º degrees, saturation: 0.81, 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 #8BF3AD is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB139243173-
CMYK0.4300.290.05
HSL139.62º81.25%74.9%-
HSV(B)139.62º42.8%95.29%-
XYZ50.2472.6150.9-
YUV203.92110.5481.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.05%
GREEN value IS 243 (95.31% from 255) = 43.78%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=25.05%
G=43.78%
B=31.17%

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
Decimal1392431730.4300.290.05139.6281.2574.9
Hex8BF3AD2B01D58c514b
Octal213363255530355214121113
Binary1000101111110011101011011010110111011011000110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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