#8EEBC0

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

Shades of Vista Blue #8EEBC0

Tints of Vista Blue #8EEBC0

Color information

#8EEBC0 (or 0x8EEBC0) is unknown color: approx Vista Blue. HEX triplet: 8E, EB and C0. RGB value is (142,235,192). Sum of RGB (Red+Green+Blue) = 142+235+192=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBC0 is #71143F. Grayscale: #CACACA. Windows color (decimal): -7410752 or 12643214. OLE color: 12643214.

HSL color Cylindrical-coordinate representation of color #8EEBC0: hue angle of 152.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBC0 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB142235192-
CMYK0.4000.180.08
HSL152.26º69.92%73.92%-
HSV(B)152.26º39.57%92.16%-
XYZ50.3868.9760.53-
YUV202.29122.1985-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=24.96%
G=41.30%
B=33.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422351920.4000.180.08152.2669.9273.92
Hex8EEBC028012898464a
Octal2163533005002210230106112
Binary10001110111010111100000010100001001010001001100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,235,192); }

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

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

 a { background-color: rgb(142,235,192); }

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

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

 span { border-color: rgb(142,235,192); }

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