#88DEB3

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

Shades of Vista Blue #88DEB3

Tints of Vista Blue #88DEB3

Color information

#88DEB3 (or 0x88DEB3) is unknown color: approx Vista Blue. HEX triplet: 88, DE and B3. RGB value is (136,222,179). Sum of RGB (Red+Green+Blue) = 136+222+179=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEB3 is #77214C. Grayscale: #BFBFBF. Windows color (decimal): -7807309 or 11787912. OLE color: 11787912.

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

Color convert

RGB136222179-
CMYK0.3900.190.13
HSL150º56.58%70.2%-
HSV(B)150º38.74%87.06%-
XYZ44.4160.7352.03-
YUV191.38121.0188.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.33%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=25.33%
G=41.34%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221790.3900.190.1315056.5870.2
Hex88DEB327013D963946
Octal210336263470231522671106
Binary1000100011011110101100111001110100111101100101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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