#88DAAA

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

Shades of Vista Blue #88DAAA

Tints of Vista Blue #88DAAA

Color information

#88DAAA (or 0x88DAAA) is unknown color: approx Vista Blue. HEX triplet: 88, DA and AA. RGB value is (136,218,170). Sum of RGB (Red+Green+Blue) = 136+218+170=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DAAA is #772555. Grayscale: #BCBCBC. Windows color (decimal): -7808342 or 11197064. OLE color: 11197064.

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

Color convert

RGB136218170-
CMYK0.3800.220.15
HSL144.88º52.56%69.41%-
HSV(B)144.88º37.61%85.49%-
XYZ42.4858.2847.04-
YUV188.01117.8390.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=25.95%
G=41.60%
B=32.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181700.3800.220.15144.8852.5669.41
Hex88DAAA26016F913545
Octal210332252460261722165105
Binary1000100011011010101010101001100101101111100100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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