#80ABCB

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

Shades of Polo Blue #80ABCB

Tints of Polo Blue #80ABCB

Color information

#80ABCB (or 0x80ABCB) is unknown color: approx Polo Blue. HEX triplet: 80, AB and CB. RGB value is (128,171,203). Sum of RGB (Red+Green+Blue) = 128+171+203=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #80ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABCB is #7F5434. Grayscale: #A1A1A1. Windows color (decimal): -8344629 or 13347712. OLE color: 13347712.

HSL color Cylindrical-coordinate representation of color #80ABCB: hue angle of 205.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80ABCB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128171203-
CMYK0.370.1600.20
HSL205.6º41.9%64.9%-
HSV(B)205.6º36.95%79.61%-
XYZ34.2438.0362.03-
YUV161.79151.25103.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.50%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=25.50%
G=34.06%
B=40.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281712030.370.1600.20205.641.964.9
Hex80ABCB2510014ce2a41
Octal200253313452002431652101
Binary10000000101010111100101110010110000010100110011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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