#8CF7AF

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

Shades of Vista Blue #8CF7AF

Tints of Vista Blue #8CF7AF

Color information

#8CF7AF (or 0x8CF7AF) is unknown color: approx Vista Blue. HEX triplet: 8C, F7 and AF. RGB value is (140,247,175). Sum of RGB (Red+Green+Blue) = 140+247+175=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF7AF is #730850. Grayscale: #CECECE. Windows color (decimal): -7538769 or 11532172. OLE color: 11532172.

HSL color Cylindrical-coordinate representation of color #8CF7AF: hue angle of 139.63º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF7AF is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB140247175-
CMYK0.4300.290.03
HSL139.63º86.99%75.88%-
HSV(B)139.63º43.32%96.86%-
XYZ51.8175.1952.34-
YUV206.8110.0580.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.91%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=24.91%
G=43.95%
B=31.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1402471750.4300.290.03139.6386.9975.88
Hex8CF7AF2B01D38c574c
Octal214367257530353214127114
Binary100011001111011110101111101011011101111000110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,247,175); }

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

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

 a { background-color: rgb(140,247,175); }

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

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

 span { border-color: rgb(140,247,175); }

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