#88ebac

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

Shades of Vista Blue #88EBAC

Tints of Vista Blue #88EBAC

Color information

#88EBAC (or 0x88EBAC) is unknown color: approx Vista Blue. HEX triplet: 88, EB and AC. RGB value is (136,235,172). Sum of RGB (Red+Green+Blue) = 136+235+172=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88EBAC is #771453. Grayscale: #C6C6C6. Windows color (decimal): -7803988 or 11332488. OLE color: 11332488.

HSL color Cylindrical-coordinate representation of color #88EBAC: hue angle of 141.82º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88EBAC is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB136235172-
CMYK0.4200.270.08
HSL141.82º71.22%72.75%-
HSV(B)141.82º42.13%92.16%-
XYZ47.3167.6349.59-
YUV198.22113.283.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.05%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=25.05%
G=43.28%
B=31.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1362351720.4200.270.08141.8271.2272.75
Hex88EBAC2A01B88e4749
Octal2103532545203310216107111
Binary10001000111010111010110010101001101110001000111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ebac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88ebac; }

 p { color: rgb(136,235,172); }

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

<style>
 a { background-color: #88ebac; }

 a { background-color: rgb(136,235,172); }

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

<style>
 span { border-color: #88ebac; }

 span { border-color: rgb(136,235,172); }

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