#8FEABD

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

Shades of Vista Blue #8FEABD

Tints of Vista Blue #8FEABD

Color information

#8FEABD (or 0x8FEABD) is unknown color: approx Vista Blue. HEX triplet: 8F, EA and BD. RGB value is (143,234,189). Sum of RGB (Red+Green+Blue) = 143+234+189=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEABD is #701542. Grayscale: #C9C9C9. Windows color (decimal): -7345475 or 12446351. OLE color: 12446351.

HSL color Cylindrical-coordinate representation of color #8FEABD: hue angle of 150.33º 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 #8FEABD is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB143234189-
CMYK0.3900.190.08
HSL150.33º68.42%73.92%-
HSV(B)150.33º38.89%91.76%-
XYZ49.9468.3658.71-
YUV201.66120.8586.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.27%
GREEN value IS 234 (91.80% from 255) = 41.34%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=25.27%
G=41.34%
B=33.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432341890.3900.190.08150.3368.4273.92
Hex8FEABD27013896444a
Octal2173522754702310226104112
Binary10001111111010101011110110011101001110001001011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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