#8EEFB3

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

Shades of Vista Blue #8EEFB3

Tints of Vista Blue #8EEFB3

Color information

#8EEFB3 (or 0x8EEFB3) is unknown color: approx Vista Blue. HEX triplet: 8E, EF and B3. RGB value is (142,239,179). Sum of RGB (Red+Green+Blue) = 142+239+179=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFB3 is #71104C. Grayscale: #CBCBCB. Windows color (decimal): -7409741 or 11792270. OLE color: 11792270.

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

Color convert

RGB142239179-
CMYK0.4100.250.06
HSL142.89º75.19%74.71%-
HSV(B)142.89º40.59%93.73%-
XYZ50.1670.7453.66-
YUV203.16114.3684.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.36%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 179 (70.31% from 255) = 31.96%
R=25.36%
G=42.68%
B=31.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391790.4100.250.06142.8975.1974.71
Hex8EEFB32901968f4b4b
Octal216357263510316217113113
Binary1000111011101111101100111010010110011101000111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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