#88DFB6

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

Shades of Vista Blue #88DFB6

Tints of Vista Blue #88DFB6

Color information

#88DFB6 (or 0x88DFB6) is unknown color: approx Vista Blue. HEX triplet: 88, DF and B6. RGB value is (136,223,182). Sum of RGB (Red+Green+Blue) = 136+223+182=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DFB6 is #772049. Grayscale: #C0C0C0. Windows color (decimal): -7807050 or 11984776. OLE color: 11984776.

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

Color convert

RGB136223182-
CMYK0.3900.180.13
HSL151.72º57.62%70.39%-
HSV(B)151.72º39.01%87.45%-
XYZ44.9861.3953.73-
YUV192.31122.1887.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=25.14%
G=41.22%
B=33.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362231820.3900.180.13151.7257.6270.39
Hex88DFB627012D983a46
Octal210337266470221523072106
Binary1000100011011111101101101001110100101101100110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,223,182); }

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

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

 a { background-color: rgb(136,223,182); }

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

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

 span { border-color: rgb(136,223,182); }

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