#8FCBA6

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

Shades of Vista Blue #8FCBA6

Tints of Vista Blue #8FCBA6

Color information

#8FCBA6 (or 0x8FCBA6) is unknown color: approx Vista Blue. HEX triplet: 8F, CB and A6. RGB value is (143,203,166). Sum of RGB (Red+Green+Blue) = 143+203+166=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA6 is #703459. Grayscale: #B4B4B4. Windows color (decimal): -7353434 or 10931087. OLE color: 10931087.

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

Color convert

RGB143203166-
CMYK0.3000.180.20
HSL143º36.59%67.84%-
HSV(B)143º29.56%79.61%-
XYZ39.5751.343.89-
YUV180.84119.62101.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.93%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=27.93%
G=39.65%
B=32.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031660.3000.180.2014336.5967.84
Hex8FCBA61E012148f2544
Octal217313246360222421745104
Binary1000111111001011101001101111001001010100100011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,166); }

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

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

 a { background-color: rgb(143,203,166); }

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

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

 span { border-color: rgb(143,203,166); }

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