#88F0A8

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

Shades of Vista Blue #88F0A8

Tints of Vista Blue #88F0A8

Color information

#88F0A8 (or 0x88F0A8) is unknown color: approx Vista Blue. HEX triplet: 88, F0 and A8. RGB value is (136,240,168). Sum of RGB (Red+Green+Blue) = 136+240+168=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F0A8 is #770F57. Grayscale: #C8C8C8. Windows color (decimal): -7802712 or 11071624. OLE color: 11071624.

HSL color Cylindrical-coordinate representation of color #88F0A8: hue angle of 138.46º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0A8 is Cyan = 0.43, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB136240168-
CMYK0.4300.30.06
HSL138.46º77.61%73.73%-
HSV(B)138.46º43.33%94.12%-
XYZ48.3870.3848.08-
YUV200.7109.5481.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=25%
G=44.12%
B=30.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362401680.4300.30.06138.4677.6173.73
Hex88F0A82B01E68a4e4a
Octal210360250530366212116112
Binary1000100011110000101010001010110111101101000101010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,240,168); }

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

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

 a { background-color: rgb(136,240,168); }

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

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

 span { border-color: rgb(136,240,168); }

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