#88C9AC

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

Shades of Vista Blue #88C9AC

Tints of Vista Blue #88C9AC

Color information

#88C9AC (or 0x88C9AC) is unknown color: approx Vista Blue. HEX triplet: 88, C9 and AC. RGB value is (136,201,172). Sum of RGB (Red+Green+Blue) = 136+201+172=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #88C9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C9AC is #773653. Grayscale: #B2B2B2. Windows color (decimal): -7812692 or 11323784. OLE color: 11323784.

HSL color Cylindrical-coordinate representation of color #88C9AC: hue angle of 153.23º 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 #88C9AC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB136201172-
CMYK0.3200.140.21
HSL153.23º37.57%66.08%-
HSV(B)153.23º32.34%78.82%-
XYZ38.4949.9946.65-
YUV178.26124.4797.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=26.72%
G=39.49%
B=33.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362011720.3200.140.21153.2337.5766.08
Hex88C9AC200E15992642
Octal210311254400162523146102
Binary1000100011001001101011001000000111010101100110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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