#88ABCB

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

Shades of Polo Blue #88ABCB

Tints of Polo Blue #88ABCB

Color information

#88ABCB (or 0x88ABCB) is unknown color: approx Polo Blue. HEX triplet: 88, AB and CB. RGB value is (136,171,203). Sum of RGB (Red+Green+Blue) = 136+171+203=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #88ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCB is #775434. Grayscale: #A4A4A4. Windows color (decimal): -7820341 or 13347720. OLE color: 13347720.

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

Color convert

RGB136171203-
CMYK0.330.1600.20
HSL208.66º39.18%66.47%-
HSV(B)208.66º33%79.61%-
XYZ35.538.6762.09-
YUV164.18149.9107.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.67%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=26.67%
G=33.53%
B=39.80%

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
Decimal1361712030.330.1600.20208.6639.1866.47
Hex88ABCB2110014d12742
Octal210253313412002432147102
Binary10001000101010111100101110000110000010100110100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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