#8ee2b3

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

Shades of Vista Blue #8EE2B3

Tints of Vista Blue #8EE2B3

Color information

#8EE2B3 (or 0x8EE2B3) is unknown color: approx Vista Blue. HEX triplet: 8E, E2 and B3. RGB value is (142,226,179). Sum of RGB (Red+Green+Blue) = 142+226+179=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE2B3 is #711D4C. Grayscale: #C3C3C3. Windows color (decimal): -7413069 or 11788942. OLE color: 11788942.

HSL color Cylindrical-coordinate representation of color #8EE2B3: hue angle of 146.43º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE2B3 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB142226179-
CMYK0.3700.210.11
HSL146.43º59.15%72.16%-
HSV(B)146.43º37.17%88.63%-
XYZ46.4963.452.43-
YUV195.53118.6789.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=25.96%
G=41.32%
B=32.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422261790.3700.210.11146.4359.1572.16
Hex8EE2B325015B923b48
Octal216342263450251322273110
Binary1000111011100010101100111001010101011011100100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ee2b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,226,179); }

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

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

 a { background-color: rgb(142,226,179); }

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

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

 span { border-color: rgb(142,226,179); }

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