#88D5AE

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

Shades of Vista Blue #88D5AE

Tints of Vista Blue #88D5AE

Color information

#88D5AE (or 0x88D5AE) is unknown color: approx Vista Blue. HEX triplet: 88, D5 and AE. RGB value is (136,213,174). Sum of RGB (Red+Green+Blue) = 136+213+174=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #88D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D5AE is #772A51. Grayscale: #B9B9B9. Windows color (decimal): -7809618 or 11457928. OLE color: 11457928.

HSL color Cylindrical-coordinate representation of color #88D5AE: hue angle of 149.61º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D5AE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB136213174-
CMYK0.3600.180.16
HSL149.61º47.83%68.43%-
HSV(B)149.61º36.15%83.53%-
XYZ41.5955.8848.64-
YUV185.53121.4992.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=26.00%
G=40.73%
B=33.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362131740.3600.180.16149.6147.8368.43
Hex88D5AE2401210963044
Octal210325256440222022660104
Binary10001000110101011010111010010001001010000100101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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