#88DEB1

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

Shades of Vista Blue #88DEB1

Tints of Vista Blue #88DEB1

Color information

#88DEB1 (or 0x88DEB1) is unknown color: approx Vista Blue. HEX triplet: 88, DE and B1. RGB value is (136,222,177). Sum of RGB (Red+Green+Blue) = 136+222+177=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DEB1 is #77214E. Grayscale: #BFBFBF. Windows color (decimal): -7807311 or 11656840. OLE color: 11656840.

HSL color Cylindrical-coordinate representation of color #88DEB1: hue angle of 148.6º 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 #88DEB1 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB136222177-
CMYK0.3900.200.13
HSL148.6º56.58%70.2%-
HSV(B)148.6º38.74%87.06%-
XYZ44.2160.6550.97-
YUV191.16120.0188.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.42%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=25.42%
G=41.50%
B=33.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221770.3900.200.13148.656.5870.2
Hex88DEB127014D953946
Octal210336261470241522571106
Binary1000100011011110101100011001110101001101100101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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