#8CCFAC

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

Shades of Vista Blue #8CCFAC

Tints of Vista Blue #8CCFAC

Color information

#8CCFAC (or 0x8CCFAC) is unknown color: approx Vista Blue. HEX triplet: 8C, CF and AC. RGB value is (140,207,172). Sum of RGB (Red+Green+Blue) = 140+207+172=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFAC is #733053. Grayscale: #B7B7B7. Windows color (decimal): -7549012 or 11325324. OLE color: 11325324.

HSL color Cylindrical-coordinate representation of color #8CCFAC: hue angle of 148.66º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFAC is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB140207172-
CMYK0.3200.170.19
HSL148.66º41.1%68.04%-
HSV(B)148.66º32.37%81.18%-
XYZ40.5753.1847.16-
YUV182.98121.897.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=26.97%
G=39.88%
B=33.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402071720.3200.170.19148.6641.168.04
Hex8CCFAC2001113952944
Octal214317254400212322551104
Binary10001100110011111010110010000001000110011100101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,207,172); }

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

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

 a { background-color: rgb(140,207,172); }

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

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

 span { border-color: rgb(140,207,172); }

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