#88DBB2

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

Shades of Vista Blue #88DBB2

Tints of Vista Blue #88DBB2

Color information

#88DBB2 (or 0x88DBB2) is unknown color: approx Vista Blue. HEX triplet: 88, DB and B2. RGB value is (136,219,178). Sum of RGB (Red+Green+Blue) = 136+219+178=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBB2 is #77244D. Grayscale: #BDBDBD. Windows color (decimal): -7808078 or 11721608. OLE color: 11721608.

HSL color Cylindrical-coordinate representation of color #88DBB2: hue angle of 150.36º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBB2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB136219178-
CMYK0.3800.190.14
HSL150.36º53.55%69.61%-
HSV(B)150.36º37.9%85.88%-
XYZ43.5259.1151.24-
YUV189.51121.589.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.52%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=25.52%
G=41.09%
B=33.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191780.3800.190.14150.3653.5569.61
Hex88DBB226013E963646
Octal210333262460231622666106
Binary1000100011011011101100101001100100111110100101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,219,178); }

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

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

 a { background-color: rgb(136,219,178); }

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

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

 span { border-color: rgb(136,219,178); }

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