#8EE9BB

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

Shades of Vista Blue #8EE9BB

Tints of Vista Blue #8EE9BB

Color information

#8EE9BB (or 0x8EE9BB) is unknown color: approx Vista Blue. HEX triplet: 8E, E9 and BB. RGB value is (142,233,187). Sum of RGB (Red+Green+Blue) = 142+233+187=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE9BB is #711644. Grayscale: #C8C8C8. Windows color (decimal): -7411269 or 12315022. OLE color: 12315022.

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

Color convert

RGB142233187-
CMYK0.3900.200.09
HSL149.67º67.41%73.53%-
HSV(B)149.67º39.06%91.37%-
XYZ49.2667.6257.47-
YUV200.55120.3586.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=25.27%
G=41.46%
B=33.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422331870.3900.200.09149.6767.4173.53
Hex8EE9BB27014996434a
Octal2163512734702411226103112
Binary10001110111010011011101110011101010010011001011010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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