#8EEEB1

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

Shades of Vista Blue #8EEEB1

Tints of Vista Blue #8EEEB1

Color information

#8EEEB1 (or 0x8EEEB1) is unknown color: approx Vista Blue. HEX triplet: 8E, EE and B1. RGB value is (142,238,177). Sum of RGB (Red+Green+Blue) = 142+238+177=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEEB1 is #71114E. Grayscale: #CACACA. Windows color (decimal): -7409999 or 11660942. OLE color: 11660942.

HSL color Cylindrical-coordinate representation of color #8EEEB1: hue angle of 141.88º 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 #8EEEB1 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB142238177-
CMYK0.4000.260.07
HSL141.88º73.85%74.51%-
HSV(B)141.88º40.34%93.33%-
XYZ49.6770.0752.5-
YUV202.34113.784.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 238 (93.36% from 255) = 42.73%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=25.49%
G=42.73%
B=31.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422381770.4000.260.07141.8873.8574.51
Hex8EEEB12801A78e4a4b
Octal216356261500327216112113
Binary1000111011101110101100011010000110101111000111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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