#88DAA3

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

Shades of Vista Blue #88DAA3

Tints of Vista Blue #88DAA3

Color information

#88DAA3 (or 0x88DAA3) is unknown color: approx Vista Blue. HEX triplet: 88, DA and A3. RGB value is (136,218,163). Sum of RGB (Red+Green+Blue) = 136+218+163=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DAA3 is #77255C. Grayscale: #BBBBBB. Windows color (decimal): -7808349 or 10738312. OLE color: 10738312.

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

Color convert

RGB136218163-
CMYK0.3800.250.15
HSL139.76º52.56%69.41%-
HSV(B)139.76º37.61%85.49%-
XYZ41.8458.0243.64-
YUV187.21114.3391.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.31%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=26.31%
G=42.17%
B=31.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181630.3800.250.15139.7652.5669.41
Hex88DAA326019F8c3545
Octal210332243460311721465105
Binary1000100011011010101000111001100110011111100011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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