#88A0CA

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

Shades of Polo Blue #88A0CA

Tints of Polo Blue #88A0CA

Color information

#88A0CA (or 0x88A0CA) is unknown color: approx Polo Blue. HEX triplet: 88, A0 and CA. RGB value is (136,160,202). Sum of RGB (Red+Green+Blue) = 136+160+202=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0CA is #775F35. Grayscale: #9D9D9D. Windows color (decimal): -7823158 or 13279368. OLE color: 13279368.

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

Color convert

RGB136160202-
CMYK0.330.2100.21
HSL218.18º38.37%66.27%-
HSV(B)218.18º32.67%79.22%-
XYZ33.3834.6460.8-
YUV157.61153.05112.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=27.31%
G=32.13%
B=40.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361602020.330.2100.21218.1838.3766.27
Hex88A0CA2115015da2642
Octal210240312412502533246102
Binary10001000101000001100101010000110101010101110110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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