#8FE3BB

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

Shades of Vista Blue #8FE3BB

Tints of Vista Blue #8FE3BB

Color information

#8FE3BB (or 0x8FE3BB) is unknown color: approx Vista Blue. HEX triplet: 8F, E3 and BB. RGB value is (143,227,187). Sum of RGB (Red+Green+Blue) = 143+227+187=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE3BB is #701C44. Grayscale: #C5C5C5. Windows color (decimal): -7347269 or 12313487. OLE color: 12313487.

HSL color Cylindrical-coordinate representation of color #8FE3BB: hue angle of 151.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE3BB is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB143227187-
CMYK0.3700.180.11
HSL151.43º60%72.55%-
HSV(B)151.43º37%89.02%-
XYZ47.7764.3756.92-
YUV197.32122.1789.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.67%
GREEN value IS 227 (89.06% from 255) = 40.75%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=25.67%
G=40.75%
B=33.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1432271870.3700.180.11151.436072.55
Hex8FE3BB25012B973c49
Octal217343273450221322774111
Binary1000111111100011101110111001010100101011100101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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