#8FCCAE

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

Shades of Vista Blue #8FCCAE

Tints of Vista Blue #8FCCAE

Color information

#8FCCAE (or 0x8FCCAE) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and AE. RGB value is (143,204,174). Sum of RGB (Red+Green+Blue) = 143+204+174=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAE is #703351. Grayscale: #B6B6B6. Windows color (decimal): -7353170 or 11455631. OLE color: 11455631.

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

Color convert

RGB143204174-
CMYK0.3000.150.2
HSL150.49º37.42%68.04%-
HSV(B)150.49º29.9%80%-
XYZ40.5652.0847.96-
YUV182.34123.2999.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=27.45%
G=39.16%
B=33.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041740.3000.150.2150.4937.4268.04
Hex8FCCAE1E0F14962544
Octal217314256360172422645104
Binary100011111100110010101110111100111110100100101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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