#88CAAA

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

Shades of Vista Blue #88CAAA

Tints of Vista Blue #88CAAA

Color information

#88CAAA (or 0x88CAAA) is unknown color: approx Vista Blue. HEX triplet: 88, CA and AA. RGB value is (136,202,170). Sum of RGB (Red+Green+Blue) = 136+202+170=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CAAA is #773555. Grayscale: #B2B2B2. Windows color (decimal): -7812438 or 11192968. OLE color: 11192968.

HSL color Cylindrical-coordinate representation of color #88CAAA: hue angle of 150.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CAAA is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB136202170-
CMYK0.3300.160.21
HSL150.91º38.37%66.27%-
HSV(B)150.91º32.67%79.22%-
XYZ38.5350.3845.72-
YUV178.62123.1397.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=26.77%
G=39.76%
B=33.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362021700.3300.160.21150.9138.3766.27
Hex88CAAA2101015972642
Octal210312252410202522746102
Binary10001000110010101010101010000101000010101100101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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