#88E0B5

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

Shades of Vista Blue #88E0B5

Tints of Vista Blue #88E0B5

Color information

#88E0B5 (or 0x88E0B5) is unknown color: approx Vista Blue. HEX triplet: 88, E0 and B5. RGB value is (136,224,181). Sum of RGB (Red+Green+Blue) = 136+224+181=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #88E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E0B5 is #771F4A. Grayscale: #C0C0C0. Windows color (decimal): -7806795 or 11919496. OLE color: 11919496.

HSL color Cylindrical-coordinate representation of color #88E0B5: hue angle of 150.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88E0B5 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB136224181-
CMYK0.3900.190.12
HSL150.68º58.67%70.59%-
HSV(B)150.68º39.29%87.84%-
XYZ45.1561.8853.28-
YUV192.79121.3587.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=25.14%
G=41.40%
B=33.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362241810.3900.190.12150.6858.6770.59
Hex88E0B527013C973b47
Octal210340265470231422773107
Binary1000100011100000101101011001110100111100100101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,224,181); }

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

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

 a { background-color: rgb(136,224,181); }

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

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

 span { border-color: rgb(136,224,181); }

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