#88A7CA

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

Shades of Polo Blue #88A7CA

Tints of Polo Blue #88A7CA

Color information

#88A7CA (or 0x88A7CA) is unknown color: approx Polo Blue. HEX triplet: 88, A7 and CA. RGB value is (136,167,202). Sum of RGB (Red+Green+Blue) = 136+167+202=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7CA is #775835. Grayscale: #A1A1A1. Windows color (decimal): -7821366 or 13281160. OLE color: 13281160.

HSL color Cylindrical-coordinate representation of color #88A7CA: hue angle of 211.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A7CA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136167202-
CMYK0.330.1700.21
HSL211.82º38.37%66.27%-
HSV(B)211.82º32.67%79.22%-
XYZ34.6337.1461.22-
YUV161.72150.73109.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 202 (79.30% from 255) = 40%
R=26.93%
G=33.07%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361672020.330.1700.21211.8238.3766.27
Hex88A7CA2111015d42642
Octal210247312412102532446102
Binary10001000101001111100101010000110001010101110101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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