#88DEB8

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

Shades of Vista Blue #88DEB8

Tints of Vista Blue #88DEB8

Color information

#88DEB8 (or 0x88DEB8) is unknown color: approx Vista Blue. HEX triplet: 88, DE and B8. RGB value is (136,222,184). Sum of RGB (Red+Green+Blue) = 136+222+184=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEB8 is #772147. Grayscale: #C0C0C0. Windows color (decimal): -7807304 or 12115592. OLE color: 12115592.

HSL color Cylindrical-coordinate representation of color #88DEB8: hue angle of 153.49º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DEB8 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB136222184-
CMYK0.3900.170.13
HSL153.49º56.58%70.2%-
HSV(B)153.49º38.74%87.06%-
XYZ44.9360.9454.74-
YUV191.95123.5188.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.09%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 184 (72.27% from 255) = 33.95%
R=25.09%
G=40.96%
B=33.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221840.3900.170.13153.4956.5870.2
Hex88DEB827011D993946
Octal210336270470211523171106
Binary1000100011011110101110001001110100011101100110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,222,184); }

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

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

 a { background-color: rgb(136,222,184); }

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

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

 span { border-color: rgb(136,222,184); }

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