#8FFAB9

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

Shades of Vista Blue #8FFAB9

Tints of Vista Blue #8FFAB9

Color information

#8FFAB9 (or 0x8FFAB9) is unknown color: approx Vista Blue. HEX triplet: 8F, FA and B9. RGB value is (143,250,185). Sum of RGB (Red+Green+Blue) = 143+250+185=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAB9 is #700546. Grayscale: #D2D2D2. Windows color (decimal): -7341383 or 12188303. OLE color: 12188303.

HSL color Cylindrical-coordinate representation of color #8FFAB9: hue angle of 143.55º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAB9 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB143250185-
CMYK0.4300.260.02
HSL143.55º91.45%77.06%-
HSV(B)143.55º42.8%98.04%-
XYZ54.2777.7158.04-
YUV210.6113.5579.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.74%
GREEN value IS 250 (98.05% from 255) = 43.25%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=24.74%
G=43.25%
B=32.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432501850.4300.260.02143.5591.4577.06
Hex8FFAB92B01A2905b4d
Octal217372271530322220133115
Binary100011111111101010111001101011011010101001000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,250,185); }

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

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

 a { background-color: rgb(143,250,185); }

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

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

 span { border-color: rgb(143,250,185); }

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