#80ABCA

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

Shades of Polo Blue #80ABCA

Tints of Polo Blue #80ABCA

Color information

#80ABCA (or 0x80ABCA) is unknown color: approx Polo Blue. HEX triplet: 80, AB and CA. RGB value is (128,171,202). Sum of RGB (Red+Green+Blue) = 128+171+202=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #80ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABCA is #7F5435. Grayscale: #A1A1A1. Windows color (decimal): -8344630 or 13282176. OLE color: 13282176.

HSL color Cylindrical-coordinate representation of color #80ABCA: hue angle of 205.14º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80ABCA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128171202-
CMYK0.370.1500.21
HSL205.14º41.11%64.71%-
HSV(B)205.14º36.63%79.22%-
XYZ34.1337.9861.41-
YUV161.68150.75103.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=25.55%
G=34.13%
B=40.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281712020.370.1500.21205.1441.1164.71
Hex80ABCA25F015cd2941
Octal200253312451702531551101
Binary1000000010101011110010101001011111010101110011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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