#88ACC6

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

Shades of Polo Blue #88ACC6

Tints of Polo Blue #88ACC6

Color information

#88ACC6 (or 0x88ACC6) is unknown color: approx Polo Blue. HEX triplet: 88, AC and C6. RGB value is (136,172,198). Sum of RGB (Red+Green+Blue) = 136+172+198=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #88ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACC6 is #775339. Grayscale: #A4A4A4. Windows color (decimal): -7820090 or 13020296. OLE color: 13020296.

HSL color Cylindrical-coordinate representation of color #88ACC6: hue angle of 205.16º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88ACC6 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB136172198-
CMYK0.310.1300.22
HSL205.16º35.23%65.49%-
HSV(B)205.16º31.31%77.65%-
XYZ35.138.8259.07-
YUV164.2147.07107.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=26.88%
G=33.99%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361721980.310.1300.22205.1635.2365.49
Hex88ACC61FD016cd2341
Octal210254306371502631543101
Binary100010001010110011000110111111101010110110011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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