#8FF1AF

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

Shades of Vista Blue #8FF1AF

Tints of Vista Blue #8FF1AF

Color information

#8FF1AF (or 0x8FF1AF) is unknown color: approx Vista Blue. HEX triplet: 8F, F1 and AF. RGB value is (143,241,175). Sum of RGB (Red+Green+Blue) = 143+241+175=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF1AF is #700E50. Grayscale: #CCCCCC. Windows color (decimal): -7343697 or 11530639. OLE color: 11530639.

HSL color Cylindrical-coordinate representation of color #8FF1AF: hue angle of 139.59º degrees, saturation: 0.78, 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 #8FF1AF is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB143241175-
CMYK0.4100.270.05
HSL139.59º77.78%75.29%-
HSV(B)139.59º40.66%94.51%-
XYZ50.5271.8551.76-
YUV204.17111.5384.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.58%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=25.58%
G=43.11%
B=31.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432411750.4100.270.05139.5977.7875.29
Hex8FF1AF2901B58c4e4b
Octal217361257510335214116113
Binary1000111111110001101011111010010110111011000110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,241,175); }

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

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

 a { background-color: rgb(143,241,175); }

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

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

 span { border-color: rgb(143,241,175); }

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