#8FEABA

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

Shades of Vista Blue #8FEABA

Tints of Vista Blue #8FEABA

Color information

#8FEABA (or 0x8FEABA) is unknown color: approx Vista Blue. HEX triplet: 8F, EA and BA. RGB value is (143,234,186). Sum of RGB (Red+Green+Blue) = 143+234+186=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEABA is #701545. Grayscale: #C9C9C9. Windows color (decimal): -7345478 or 12249743. OLE color: 12249743.

HSL color Cylindrical-coordinate representation of color #8FEABA: hue angle of 148.35º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEABA is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB143234186-
CMYK0.3900.210.08
HSL148.35º68.42%73.92%-
HSV(B)148.35º38.89%91.76%-
XYZ49.6168.2357.01-
YUV201.32119.3586.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 234 (91.80% from 255) = 41.56%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=25.40%
G=41.56%
B=33.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432341860.3900.210.08148.3568.4273.92
Hex8FEABA27015894444a
Octal2173522724702510224104112
Binary10001111111010101011101010011101010110001001010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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