#8FCCAA

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

Shades of Vista Blue #8FCCAA

Tints of Vista Blue #8FCCAA

Color information

#8FCCAA (or 0x8FCCAA) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and AA. RGB value is (143,204,170). Sum of RGB (Red+Green+Blue) = 143+204+170=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAA is #703355. Grayscale: #B5B5B5. Windows color (decimal): -7353174 or 11193487. OLE color: 11193487.

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

Color convert

RGB143204170-
CMYK0.3000.170.2
HSL146.56º37.42%68.04%-
HSV(B)146.56º29.9%80%-
XYZ40.1851.9345.94-
YUV181.88121.29100.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=27.66%
G=39.46%
B=32.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041700.3000.170.2146.5637.4268.04
Hex8FCCAA1E01114932544
Octal217314252360212422345104
Binary1000111111001100101010101111001000110100100100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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