#8FCAAC

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

Shades of Vista Blue #8FCAAC

Tints of Vista Blue #8FCAAC

Color information

#8FCAAC (or 0x8FCAAC) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and AC. RGB value is (143,202,172). Sum of RGB (Red+Green+Blue) = 143+202+172=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAC is #703553. Grayscale: #B5B5B5. Windows color (decimal): -7353684 or 11324047. OLE color: 11324047.

HSL color Cylindrical-coordinate representation of color #8FCAAC: hue angle of 149.49º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAAC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB143202172-
CMYK0.2900.150.21
HSL149.49º35.76%67.65%-
HSV(B)149.49º29.21%79.22%-
XYZ39.8951.0646.78-
YUV180.94122.95100.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=27.66%
G=39.07%
B=33.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021720.2900.150.21149.4935.7667.65
Hex8FCAAC1D0F15952444
Octal217312254350172522544104
Binary100011111100101010101100111010111110101100101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,172); }

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

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

 a { background-color: rgb(143,202,172); }

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

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

 span { border-color: rgb(143,202,172); }

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