#88A2CA

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

Shades of Polo Blue #88A2CA

Tints of Polo Blue #88A2CA

Color information

#88A2CA (or 0x88A2CA) is unknown color: approx Polo Blue. HEX triplet: 88, A2 and CA. RGB value is (136,162,202). Sum of RGB (Red+Green+Blue) = 136+162+202=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2CA is #775D35. Grayscale: #9E9E9E. Windows color (decimal): -7822646 or 13279880. OLE color: 13279880.

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

Color convert

RGB136162202-
CMYK0.330.2000.21
HSL216.36º38.37%66.27%-
HSV(B)216.36º32.67%79.22%-
XYZ33.7335.3460.92-
YUV158.79152.39111.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=27.2%
G=32.4%
B=40.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361622020.330.2000.21216.3638.3766.27
Hex88A2CA2114015d82642
Octal210242312412402533046102
Binary10001000101000101100101010000110100010101110110001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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