#88C9A9

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

Shades of Vista Blue #88C9A9

Tints of Vista Blue #88C9A9

Color information

#88C9A9 (or 0x88C9A9) is unknown color: approx Vista Blue. HEX triplet: 88, C9 and A9. RGB value is (136,201,169). Sum of RGB (Red+Green+Blue) = 136+201+169=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #88C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C9A9 is #773656. Grayscale: #B1B1B1. Windows color (decimal): -7812695 or 11127176. OLE color: 11127176.

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

Color convert

RGB136201169-
CMYK0.3200.160.21
HSL150.46º37.57%66.08%-
HSV(B)150.46º32.34%78.82%-
XYZ38.249.8745.15-
YUV177.92122.9798.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=26.88%
G=39.72%
B=33.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362011690.3200.160.21150.4637.5766.08
Hex88C9A92001015962642
Octal210311251400202522646102
Binary10001000110010011010100110000001000010101100101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,201,169); }

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

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

 a { background-color: rgb(136,201,169); }

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

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

 span { border-color: rgb(136,201,169); }

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