#8FF2BA

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

Shades of Vista Blue #8FF2BA

Tints of Vista Blue #8FF2BA

Color information

#8FF2BA (or 0x8FF2BA) is unknown color: approx Vista Blue. HEX triplet: 8F, F2 and BA. RGB value is (143,242,186). Sum of RGB (Red+Green+Blue) = 143+242+186=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2BA is #700D45. Grayscale: #CECECE. Windows color (decimal): -7343430 or 12251791. OLE color: 12251791.

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

Color convert

RGB143242186-
CMYK0.4100.230.05
HSL146.06º79.2%75.49%-
HSV(B)146.06º40.91%94.9%-
XYZ51.9472.8957.79-
YUV206.02116.783.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=25.04%
G=42.38%
B=32.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432421860.4100.230.05146.0679.275.49
Hex8FF2BA290175924f4b
Octal217362272510275222117113
Binary1000111111110010101110101010010101111011001001010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,242,186); }

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

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

 a { background-color: rgb(143,242,186); }

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

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

 span { border-color: rgb(143,242,186); }

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