#88A6CA

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

Shades of Polo Blue #88A6CA

Tints of Polo Blue #88A6CA

Color information

#88A6CA (or 0x88A6CA) is unknown color: approx Polo Blue. HEX triplet: 88, A6 and CA. RGB value is (136,166,202). Sum of RGB (Red+Green+Blue) = 136+166+202=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6CA is #775935. Grayscale: #A0A0A0. Windows color (decimal): -7821622 or 13280904. OLE color: 13280904.

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

Color convert

RGB136166202-
CMYK0.330.1800.21
HSL212.73º38.37%66.27%-
HSV(B)212.73º32.67%79.22%-
XYZ34.4536.7761.16-
YUV161.13151.06110.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=26.98%
G=32.94%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361662020.330.1800.21212.7338.3766.27
Hex88A6CA2112015d52642
Octal210246312412202532546102
Binary10001000101001101100101010000110010010101110101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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