#88DAB1

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

Shades of Vista Blue #88DAB1

Tints of Vista Blue #88DAB1

Color information

#88DAB1 (or 0x88DAB1) is unknown color: approx Vista Blue. HEX triplet: 88, DA and B1. RGB value is (136,218,177). Sum of RGB (Red+Green+Blue) = 136+218+177=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DAB1 is #77254E. Grayscale: #BCBCBC. Windows color (decimal): -7808335 or 11655816. OLE color: 11655816.

HSL color Cylindrical-coordinate representation of color #88DAB1: hue angle of 150º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DAB1 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB136218177-
CMYK0.3800.190.15
HSL150º52.56%69.41%-
HSV(B)150º37.61%85.49%-
XYZ43.1658.5550.62-
YUV188.81121.3390.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=25.61%
G=41.05%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181770.3800.190.1515052.5669.41
Hex88DAB126013F963545
Octal210332261460231722665105
Binary1000100011011010101100011001100100111111100101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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