#8EEFBB

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

Shades of Vista Blue #8EEFBB

Tints of Vista Blue #8EEFBB

Color information

#8EEFBB (or 0x8EEFBB) is unknown color: approx Vista Blue. HEX triplet: 8E, EF and BB. RGB value is (142,239,187). Sum of RGB (Red+Green+Blue) = 142+239+187=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFBB is #711044. Grayscale: #CCCCCC. Windows color (decimal): -7409733 or 12316558. OLE color: 12316558.

HSL color Cylindrical-coordinate representation of color #8EEFBB: hue angle of 147.84º 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 #8EEFBB is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB142239187-
CMYK0.4100.220.06
HSL147.84º75.19%74.71%-
HSV(B)147.84º40.59%93.73%-
XYZ50.9971.0758.04-
YUV204.07118.3683.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=25%
G=42.08%
B=32.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391870.4100.220.06147.8475.1974.71
Hex8EEFBB290166944b4b
Octal216357273510266224113113
Binary1000111011101111101110111010010101101101001010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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