#88A2CB

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

Shades of Polo Blue #88A2CB

Tints of Polo Blue #88A2CB

Color information

#88A2CB (or 0x88A2CB) is unknown color: approx Polo Blue. HEX triplet: 88, A2 and CB. RGB value is (136,162,203). Sum of RGB (Red+Green+Blue) = 136+162+203=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2CB is #775D34. Grayscale: #9E9E9E. Windows color (decimal): -7822645 or 13345416. OLE color: 13345416.

HSL color Cylindrical-coordinate representation of color #88A2CB: hue angle of 216.72º 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 #88A2CB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136162203-
CMYK0.330.2000.20
HSL216.72º39.18%66.47%-
HSV(B)216.72º33%79.61%-
XYZ33.8535.3961.55-
YUV158.9152.89111.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.15%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=27.15%
G=32.34%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361622030.330.2000.20216.7239.1866.47
Hex88A2CB2114014d92742
Octal210242313412402433147102
Binary10001000101000101100101110000110100010100110110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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