#8FE8BB

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

Shades of Vista Blue #8FE8BB

Tints of Vista Blue #8FE8BB

Color information

#8FE8BB (or 0x8FE8BB) is unknown color: approx Vista Blue. HEX triplet: 8F, E8 and BB. RGB value is (143,232,187). Sum of RGB (Red+Green+Blue) = 143+232+187=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE8BB is #701744. Grayscale: #C8C8C8. Windows color (decimal): -7345989 or 12314767. OLE color: 12314767.

HSL color Cylindrical-coordinate representation of color #8FE8BB: hue angle of 149.66º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8BB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB143232187-
CMYK0.3800.190.09
HSL149.66º65.93%73.53%-
HSV(B)149.66º38.36%90.98%-
XYZ49.1567.1457.38-
YUV200.26120.5187.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=25.44%
G=41.28%
B=33.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432321870.3800.190.09149.6665.9373.53
Hex8FE8BB26013996424a
Octal2173502734602311226102112
Binary10001111111010001011101110011001001110011001011010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,232,187); }

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

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

 a { background-color: rgb(143,232,187); }

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

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

 span { border-color: rgb(143,232,187); }

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