#88aacb

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

Shades of Polo Blue #88AACB

Tints of Polo Blue #88AACB

Color information

#88AACB (or 0x88AACB) is unknown color: approx Polo Blue. HEX triplet: 88, AA and CB. RGB value is (136,170,203). Sum of RGB (Red+Green+Blue) = 136+170+203=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #88AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACB is #775534. Grayscale: #A3A3A3. Windows color (decimal): -7820597 or 13347464. OLE color: 13347464.

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

Color convert

RGB136170203-
CMYK0.330.1600.20
HSL209.55º39.18%66.47%-
HSV(B)209.55º33%79.61%-
XYZ35.3138.362.03-
YUV163.6150.24108.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=26.72%
G=33.40%
B=39.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361702030.330.1600.20209.5539.1866.47
Hex88AACB2110014d22742
Octal210252313412002432247102
Binary10001000101010101100101110000110000010100110100101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88aacb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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