#88D9AE

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

Shades of Vista Blue #88D9AE

Tints of Vista Blue #88D9AE

Color information

#88D9AE (or 0x88D9AE) is unknown color: approx Vista Blue. HEX triplet: 88, D9 and AE. RGB value is (136,217,174). Sum of RGB (Red+Green+Blue) = 136+217+174=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #88D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D9AE is #772651. Grayscale: #BBBBBB. Windows color (decimal): -7808594 or 11458952. OLE color: 11458952.

HSL color Cylindrical-coordinate representation of color #88D9AE: hue angle of 148.15º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D9AE is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB136217174-
CMYK0.3700.200.15
HSL148.15º51.59%69.22%-
HSV(B)148.15º37.33%85.1%-
XYZ42.6157.9248.98-
YUV187.88120.1691-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=25.81%
G=41.18%
B=33.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362171740.3700.200.15148.1551.5969.22
Hex88D9AE25014F943445
Octal210331256450241722464105
Binary1000100011011001101011101001010101001111100101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,217,174); }

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

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

 a { background-color: rgb(136,217,174); }

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

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

 span { border-color: rgb(136,217,174); }

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