#8EF4BB

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

Shades of Vista Blue #8EF4BB

Tints of Vista Blue #8EF4BB

Color information

#8EF4BB (or 0x8EF4BB) is unknown color: approx Vista Blue. HEX triplet: 8E, F4 and BB. RGB value is (142,244,187). Sum of RGB (Red+Green+Blue) = 142+244+187=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4BB is #710B44. Grayscale: #CFCFCF. Windows color (decimal): -7408453 or 12317838. OLE color: 12317838.

HSL color Cylindrical-coordinate representation of color #8EF4BB: hue angle of 146.47º degrees, saturation: 0.82, 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 #8EF4BB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB142244187-
CMYK0.4200.230.04
HSL146.47º82.26%75.69%-
HSV(B)146.47º41.8%95.69%-
XYZ52.4874.0458.54-
YUV207116.7181.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.78%
GREEN value IS 244 (95.70% from 255) = 42.58%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=24.78%
G=42.58%
B=32.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422441870.4200.230.04146.4782.2675.69
Hex8EF4BB2A017492524c
Octal216364273520274222122114
Binary1000111011110100101110111010100101111001001001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,244,187); }

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

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

 a { background-color: rgb(142,244,187); }

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

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

 span { border-color: rgb(142,244,187); }

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