#88A7CB

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

Shades of Polo Blue #88A7CB

Tints of Polo Blue #88A7CB

Color information

#88A7CB (or 0x88A7CB) is unknown color: approx Polo Blue. HEX triplet: 88, A7 and CB. RGB value is (136,167,203). Sum of RGB (Red+Green+Blue) = 136+167+203=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7CB is #775834. Grayscale: #A1A1A1. Windows color (decimal): -7821365 or 13346696. OLE color: 13346696.

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

Color convert

RGB136167203-
CMYK0.330.1800.20
HSL212.24º39.18%66.47%-
HSV(B)212.24º33%79.61%-
XYZ34.7537.1861.85-
YUV161.83151.23109.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=26.88%
G=33.00%
B=40.12%

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
Decimal1361672030.330.1800.20212.2439.1866.47
Hex88A7CB2112014d42742
Octal210247313412202432447102
Binary10001000101001111100101110000110010010100110101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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