#80A5CB

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

Shades of Polo Blue #80A5CB

Tints of Polo Blue #80A5CB

Color information

#80A5CB (or 0x80A5CB) is unknown color: approx Polo Blue. HEX triplet: 80, A5 and CB. RGB value is (128,165,203). Sum of RGB (Red+Green+Blue) = 128+165+203=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #80A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5CB is #7F5A34. Grayscale: #9E9E9E. Windows color (decimal): -8346165 or 13346176. OLE color: 13346176.

HSL color Cylindrical-coordinate representation of color #80A5CB: hue angle of 210.4º 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 #80A5CB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128165203-
CMYK0.370.1900.20
HSL210.4º41.9%64.9%-
HSV(B)210.4º36.95%79.61%-
XYZ33.1435.8161.67-
YUV158.27153.24106.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.81%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=25.81%
G=33.27%
B=40.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281652030.370.1900.20210.441.964.9
Hex80A5CB2513014d22a41
Octal200245313452302432252101
Binary10000000101001011100101110010110011010100110100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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