#88ebaa

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

Shades of Vista Blue #88EBAA

Tints of Vista Blue #88EBAA

Color information

#88EBAA (or 0x88EBAA) is unknown color: approx Vista Blue. HEX triplet: 88, EB and AA. RGB value is (136,235,170). Sum of RGB (Red+Green+Blue) = 136+235+170=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88EBAA is #771455. Grayscale: #C6C6C6. Windows color (decimal): -7803990 or 11201416. OLE color: 11201416.

HSL color Cylindrical-coordinate representation of color #88EBAA: hue angle of 140.61º 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 #88EBAA is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB136235170-
CMYK0.4200.280.08
HSL140.61º71.22%72.75%-
HSV(B)140.61º42.13%92.16%-
XYZ47.1267.5548.59-
YUV197.99112.283.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=25.14%
G=43.44%
B=31.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1362351700.4200.280.08140.6171.2272.75
Hex88EBAA2A01C88d4749
Octal2103532525203410215107111
Binary10001000111010111010101010101001110010001000110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ebaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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