#8FCCA7

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

Shades of Vista Blue #8FCCA7

Tints of Vista Blue #8FCCA7

Color information

#8FCCA7 (or 0x8FCCA7) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and A7. RGB value is (143,204,167). Sum of RGB (Red+Green+Blue) = 143+204+167=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA7 is #703358. Grayscale: #B5B5B5. Windows color (decimal): -7353177 or 10996879. OLE color: 10996879.

HSL color Cylindrical-coordinate representation of color #8FCCA7: hue angle of 143.61º 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 #8FCCA7 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB143204167-
CMYK0.3000.180.2
HSL143.61º37.42%68.04%-
HSV(B)143.61º29.9%80%-
XYZ39.951.8244.46-
YUV181.54119.79100.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=27.82%
G=39.69%
B=32.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041670.3000.180.2143.6137.4268.04
Hex8FCCA71E01214902544
Octal217314247360222422045104
Binary1000111111001100101001111111001001010100100100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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