#88ACCB

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

Shades of Polo Blue #88ACCB

Tints of Polo Blue #88ACCB

Color information

#88ACCB (or 0x88ACCB) is unknown color: approx Polo Blue. HEX triplet: 88, AC and CB. RGB value is (136,172,203). Sum of RGB (Red+Green+Blue) = 136+172+203=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #88ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACCB is #775334. Grayscale: #A4A4A4. Windows color (decimal): -7820085 or 13347976. OLE color: 13347976.

HSL color Cylindrical-coordinate representation of color #88ACCB: hue angle of 207.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88ACCB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136172203-
CMYK0.330.1500.20
HSL207.76º39.18%66.47%-
HSV(B)207.76º33%79.61%-
XYZ35.6939.0562.16-
YUV164.77149.57107.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.61%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=26.61%
G=33.66%
B=39.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361722030.330.1500.20207.7639.1866.47
Hex88ACCB21F014d02742
Octal210254313411702432047102
Binary1000100010101100110010111000011111010100110100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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