#88DBB0

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

Shades of Vista Blue #88DBB0

Tints of Vista Blue #88DBB0

Color information

#88DBB0 (or 0x88DBB0) is unknown color: approx Vista Blue. HEX triplet: 88, DB and B0. RGB value is (136,219,176). Sum of RGB (Red+Green+Blue) = 136+219+176=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBB0 is #77244F. Grayscale: #BDBDBD. Windows color (decimal): -7808080 or 11590536. OLE color: 11590536.

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

Color convert

RGB136219176-
CMYK0.3800.200.14
HSL148.92º53.55%69.61%-
HSV(B)148.92º37.9%85.88%-
XYZ43.3259.0350.19-
YUV189.28120.590-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=25.61%
G=41.24%
B=33.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191760.3800.200.14148.9253.5569.61
Hex88DBB026014E953646
Octal210333260460241622566106
Binary1000100011011011101100001001100101001110100101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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