#8EEBAD

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

Shades of Vista Blue #8EEBAD

Tints of Vista Blue #8EEBAD

Color information

#8EEBAD (or 0x8EEBAD) is unknown color: approx Vista Blue. HEX triplet: 8E, EB and AD. RGB value is (142,235,173). Sum of RGB (Red+Green+Blue) = 142+235+173=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEBAD is #711452. Grayscale: #C8C8C8. Windows color (decimal): -7410771 or 11398030. OLE color: 11398030.

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

Color convert

RGB142235173-
CMYK0.4000.260.08
HSL140º69.92%73.92%-
HSV(B)140º39.57%92.16%-
XYZ48.4168.1850.14-
YUV200.12112.6986.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.82%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=25.82%
G=42.73%
B=31.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422351730.4000.260.0814069.9273.92
Hex8EEBAD2801A88c464a
Octal2163532555003210214106112
Binary10001110111010111010110110100001101010001000110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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