#8EEFBC

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

Shades of Vista Blue #8EEFBC

Tints of Vista Blue #8EEFBC

Color information

#8EEFBC (or 0x8EEFBC) is unknown color: approx Vista Blue. HEX triplet: 8E, EF and BC. RGB value is (142,239,188). Sum of RGB (Red+Green+Blue) = 142+239+188=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFBC is #711043. Grayscale: #CCCCCC. Windows color (decimal): -7409732 or 12382094. OLE color: 12382094.

HSL color Cylindrical-coordinate representation of color #8EEFBC: hue angle of 148.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFBC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB142239188-
CMYK0.4100.210.06
HSL148.45º75.19%74.71%-
HSV(B)148.45º40.59%93.73%-
XYZ51.171.1158.61-
YUV204.18118.8683.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 239 (93.75% from 255) = 42.00%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=24.96%
G=42.00%
B=33.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391880.4100.210.06148.4575.1974.71
Hex8EEFBC290156944b4b
Octal216357274510256224113113
Binary1000111011101111101111001010010101011101001010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,188); }

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

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

 a { background-color: rgb(142,239,188); }

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

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

 span { border-color: rgb(142,239,188); }

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