#8FCCA6

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

Shades of Vista Blue #8FCCA6

Tints of Vista Blue #8FCCA6

Color information

#8FCCA6 (or 0x8FCCA6) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and A6. RGB value is (143,204,166). Sum of RGB (Red+Green+Blue) = 143+204+166=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA6 is #703359. Grayscale: #B5B5B5. Windows color (decimal): -7353178 or 10931343. OLE color: 10931343.

HSL color Cylindrical-coordinate representation of color #8FCCA6: hue angle of 142.62º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCA6 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB143204166-
CMYK0.3000.190.2
HSL142.62º37.42%68.04%-
HSV(B)142.62º29.9%80%-
XYZ39.851.7843.97-
YUV181.43119.29100.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.88%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=27.88%
G=39.77%
B=32.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041660.3000.190.2142.6237.4268.04
Hex8FCCA61E013148f2544
Octal217314246360232421745104
Binary1000111111001100101001101111001001110100100011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,166); }

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

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

 a { background-color: rgb(143,204,166); }

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

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

 span { border-color: rgb(143,204,166); }

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