#8FF6B6

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

Shades of Vista Blue #8FF6B6

Tints of Vista Blue #8FF6B6

Color information

#8FF6B6 (or 0x8FF6B6) is unknown color: approx Vista Blue. HEX triplet: 8F, F6 and B6. RGB value is (143,246,182). Sum of RGB (Red+Green+Blue) = 143+246+182=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF6B6 is #700949. Grayscale: #D0D0D0. Windows color (decimal): -7342410 or 11990671. OLE color: 11990671.

HSL color Cylindrical-coordinate representation of color #8FF6B6: hue angle of 142.72º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF6B6 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB143246182-
CMYK0.4200.260.04
HSL142.72º85.12%76.27%-
HSV(B)142.72º41.87%96.47%-
XYZ52.7375.1355.98-
YUV207.91113.3881.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 246 (96.48% from 255) = 43.08%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=25.04%
G=43.08%
B=31.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432461820.4200.260.04142.7285.1276.27
Hex8FF6B62A01A48f554c
Octal217366266520324217125114
Binary1000111111110110101101101010100110101001000111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,246,182); }

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

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

 a { background-color: rgb(143,246,182); }

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

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

 span { border-color: rgb(143,246,182); }

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