#80A4CB

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

Shades of Polo Blue #80A4CB

Tints of Polo Blue #80A4CB

Color information

#80A4CB (or 0x80A4CB) is unknown color: approx Polo Blue. HEX triplet: 80, A4 and CB. RGB value is (128,164,203). Sum of RGB (Red+Green+Blue) = 128+164+203=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #80A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4CB is #7F5B34. Grayscale: #9D9D9D. Windows color (decimal): -8346421 or 13345920. OLE color: 13345920.

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

Color convert

RGB128164203-
CMYK0.370.1900.20
HSL211.2º41.9%64.9%-
HSV(B)211.2º36.95%79.61%-
XYZ32.9635.4561.61-
YUV157.68153.57106.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=25.86%
G=33.13%
B=41.01%

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
Decimal1281642030.370.1900.20211.241.964.9
Hex80A4CB2513014d32a41
Octal200244313452302432352101
Binary10000000101001001100101110010110011010100110100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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