#8FCCAF

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

Shades of Vista Blue #8FCCAF

Tints of Vista Blue #8FCCAF

Color information

#8FCCAF (or 0x8FCCAF) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and AF. RGB value is (143,204,175). Sum of RGB (Red+Green+Blue) = 143+204+175=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAF is #703350. Grayscale: #B6B6B6. Windows color (decimal): -7353169 or 11521167. OLE color: 11521167.

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

Color convert

RGB143204175-
CMYK0.3000.140.2
HSL151.48º37.42%68.04%-
HSV(B)151.48º29.9%80%-
XYZ40.6652.1248.47-
YUV182.46123.7999.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=27.39%
G=39.08%
B=33.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041750.3000.140.2151.4837.4268.04
Hex8FCCAF1E0E14972544
Octal217314257360162422745104
Binary100011111100110010101111111100111010100100101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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