#8EEEBE

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

Shades of Vista Blue #8EEEBE

Tints of Vista Blue #8EEEBE

Color information

#8EEEBE (or 0x8EEEBE) is unknown color: approx Vista Blue. HEX triplet: 8E, EE and BE. RGB value is (142,238,190). Sum of RGB (Red+Green+Blue) = 142+238+190=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEBE is #711141. Grayscale: #CBCBCB. Windows color (decimal): -7409986 or 12512910. OLE color: 12512910.

HSL color Cylindrical-coordinate representation of color #8EEEBE: hue angle of 150º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEBE is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB142238190-
CMYK0.4000.200.07
HSL150º73.85%74.51%-
HSV(B)150º40.34%93.33%-
XYZ51.0270.6259.66-
YUV203.82120.283.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=24.91%
G=41.75%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422381900.4000.200.0715073.8574.51
Hex8EEEBE280147964a4b
Octal216356276500247226112113
Binary1000111011101110101111101010000101001111001011010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,238,190); }

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

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

 a { background-color: rgb(142,238,190); }

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

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

 span { border-color: rgb(142,238,190); }

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