#8fefaf

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

Shades of Vista Blue #8FEFAF

Tints of Vista Blue #8FEFAF

Color information

#8FEFAF (or 0x8FEFAF) is unknown color: approx Vista Blue. HEX triplet: 8F, EF and AF. RGB value is (143,239,175). Sum of RGB (Red+Green+Blue) = 143+239+175=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFAF is #701050. Grayscale: #CBCBCB. Windows color (decimal): -7344209 or 11530127. OLE color: 11530127.

HSL color Cylindrical-coordinate representation of color #8FEFAF: hue angle of 140º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFAF is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB143239175-
CMYK0.4000.270.06
HSL140º75%74.9%-
HSV(B)140º40.17%93.73%-
XYZ49.9370.6751.57-
YUV203112.285.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.67%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=25.67%
G=42.91%
B=31.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391750.4000.270.061407574.9
Hex8FEFAF2801B68c4b4b
Octal217357257500336214113113
Binary1000111111101111101011111010000110111101000110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fefaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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