#8FC6A8

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

Shades of Vista Blue #8FC6A8

Tints of Vista Blue #8FC6A8

Color information

#8FC6A8 (or 0x8FC6A8) is unknown color: approx Vista Blue. HEX triplet: 8F, C6 and A8. RGB value is (143,198,168). Sum of RGB (Red+Green+Blue) = 143+198+168=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC6A8 is #703957. Grayscale: #B2B2B2. Windows color (decimal): -7354712 or 11060879. OLE color: 11060879.

HSL color Cylindrical-coordinate representation of color #8FC6A8: hue angle of 147.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC6A8 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB143198168-
CMYK0.2800.150.22
HSL147.27º32.54%66.86%-
HSV(B)147.27º27.78%77.65%-
XYZ38.5949.0544.48-
YUV178.14122.28102.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=28.09%
G=38.90%
B=33.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431981680.2800.150.22147.2732.5466.86
Hex8FC6A81C0F16932143
Octal217306250340172622341103
Binary100011111100011010101000111000111110110100100111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,198,168); }

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

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

 a { background-color: rgb(143,198,168); }

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

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

 span { border-color: rgb(143,198,168); }

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