#88A0CB

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

Shades of Polo Blue #88A0CB

Tints of Polo Blue #88A0CB

Color information

#88A0CB (or 0x88A0CB) is unknown color: approx Polo Blue. HEX triplet: 88, A0 and CB. RGB value is (136,160,203). Sum of RGB (Red+Green+Blue) = 136+160+203=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0CB is #775F34. Grayscale: #9D9D9D. Windows color (decimal): -7823157 or 13344904. OLE color: 13344904.

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

Color convert

RGB136160203-
CMYK0.330.2100.20
HSL218.51º39.18%66.47%-
HSV(B)218.51º33%79.61%-
XYZ33.534.6961.43-
YUV157.73153.55112.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=27.25%
G=32.06%
B=40.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361602030.330.2100.20218.5139.1866.47
Hex88A0CB2115014db2742
Octal210240313412502433347102
Binary10001000101000001100101110000110101010100110110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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