#88A6CB

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

Shades of Polo Blue #88A6CB

Tints of Polo Blue #88A6CB

Color information

#88A6CB (or 0x88A6CB) is unknown color: approx Polo Blue. HEX triplet: 88, A6 and CB. RGB value is (136,166,203). Sum of RGB (Red+Green+Blue) = 136+166+203=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6CB is #775934. Grayscale: #A1A1A1. Windows color (decimal): -7821621 or 13346440. OLE color: 13346440.

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

Color convert

RGB136166203-
CMYK0.330.1800.20
HSL213.13º39.18%66.47%-
HSV(B)213.13º33%79.61%-
XYZ34.5736.8261.78-
YUV161.25151.56109.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=26.93%
G=32.87%
B=40.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361662030.330.1800.20213.1339.1866.47
Hex88A6CB2112014d52742
Octal210246313412202432547102
Binary10001000101001101100101110000110010010100110101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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