#88EAAA

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

Shades of Vista Blue #88EAAA

Tints of Vista Blue #88EAAA

Color information

#88EAAA (or 0x88EAAA) is unknown color: approx Vista Blue. HEX triplet: 88, EA and AA. RGB value is (136,234,170). Sum of RGB (Red+Green+Blue) = 136+234+170=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #88EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88EAAA is #771555. Grayscale: #C5C5C5. Windows color (decimal): -7804246 or 11201160. OLE color: 11201160.

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

Color convert

RGB136234170-
CMYK0.4200.270.08
HSL140.82º70%72.55%-
HSV(B)140.82º41.88%91.76%-
XYZ46.8366.9848.49-
YUV197.4112.5384.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.19%
GREEN value IS 234 (91.80% from 255) = 43.33%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=25.19%
G=43.33%
B=31.48%

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
Decimal1362341700.4200.270.08140.827072.55
Hex88EAAA2A01B88d4649
Octal2103522525203310215106111
Binary10001000111010101010101010101001101110001000110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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