#88ABCA

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

Shades of Polo Blue #88ABCA

Tints of Polo Blue #88ABCA

Color information

#88ABCA (or 0x88ABCA) is unknown color: approx Polo Blue. HEX triplet: 88, AB and CA. RGB value is (136,171,202). Sum of RGB (Red+Green+Blue) = 136+171+202=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #88ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCA is #775435. Grayscale: #A3A3A3. Windows color (decimal): -7820342 or 13282184. OLE color: 13282184.

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

Color convert

RGB136171202-
CMYK0.330.1500.21
HSL208.18º38.37%66.27%-
HSV(B)208.18º32.67%79.22%-
XYZ35.3838.6261.47-
YUV164.07149.4107.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=26.72%
G=33.60%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361712020.330.1500.21208.1838.3766.27
Hex88ABCA21F015d02642
Octal210253312411702532046102
Binary1000100010101011110010101000011111010101110100001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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