#8FCDAC

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

Shades of Vista Blue #8FCDAC

Tints of Vista Blue #8FCDAC

Color information

#8FCDAC (or 0x8FCDAC) is unknown color: approx Vista Blue. HEX triplet: 8F, CD and AC. RGB value is (143,205,172). Sum of RGB (Red+Green+Blue) = 143+205+172=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDAC is #703253. Grayscale: #B6B6B6. Windows color (decimal): -7352916 or 11324815. OLE color: 11324815.

HSL color Cylindrical-coordinate representation of color #8FCDAC: hue angle of 148.06º degrees, saturation: 0.38, 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 #8FCDAC is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB143205172-
CMYK0.3000.160.20
HSL148.06º38.27%68.24%-
HSV(B)148.06º30.24%80.39%-
XYZ40.6152.4847.02-
YUV182.7121.9699.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=27.5%
G=39.42%
B=33.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051720.3000.160.20148.0638.2768.24
Hex8FCDAC1E01014942644
Octal217315254360202422446104
Binary1000111111001101101011001111001000010100100101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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