#8FE4BB

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

Shades of Vista Blue #8FE4BB

Tints of Vista Blue #8FE4BB

Color information

#8FE4BB (or 0x8FE4BB) is unknown color: approx Vista Blue. HEX triplet: 8F, E4 and BB. RGB value is (143,228,187). Sum of RGB (Red+Green+Blue) = 143+228+187=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE4BB is #701B44. Grayscale: #C5C5C5. Windows color (decimal): -7347013 or 12313743. OLE color: 12313743.

HSL color Cylindrical-coordinate representation of color #8FE4BB: hue angle of 151.06º degrees, saturation: 0.61, 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 #8FE4BB is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB143228187-
CMYK0.3700.180.11
HSL151.06º61.15%72.75%-
HSV(B)151.06º37.28%89.41%-
XYZ48.0464.9157.01-
YUV197.91121.8488.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 228 (89.45% from 255) = 40.86%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=25.63%
G=40.86%
B=33.51%

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
Decimal1432281870.3700.180.11151.0661.1572.75
Hex8FE4BB25012B973d49
Octal217344273450221322775111
Binary1000111111100100101110111001010100101011100101111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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