#80A4CD

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

Shades of Polo Blue #80A4CD

Tints of Polo Blue #80A4CD

Color information

#80A4CD (or 0x80A4CD) is unknown color: approx Polo Blue. HEX triplet: 80, A4 and CD. RGB value is (128,164,205). Sum of RGB (Red+Green+Blue) = 128+164+205=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #80A4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4CD is #7F5B32. Grayscale: #9D9D9D. Windows color (decimal): -8346419 or 13476992. OLE color: 13476992.

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

Color convert

RGB128164205-
CMYK0.380.200.20
HSL211.95º43.5%65.29%-
HSV(B)211.95º37.56%80.39%-
XYZ33.235.5562.87-
YUV157.91154.57106.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=25.75%
G=33.00%
B=41.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281642050.380.200.20211.9543.565.29
Hex80A4CD2614014d42c41
Octal200244315462402432454101
Binary10000000101001001100110110011010100010100110101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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