#80A0CD

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

Shades of Polo Blue #80A0CD

Tints of Polo Blue #80A0CD

Color information

#80A0CD (or 0x80A0CD) is unknown color: approx Polo Blue. HEX triplet: 80, A0 and CD. RGB value is (128,160,205). Sum of RGB (Red+Green+Blue) = 128+160+205=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #80A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0CD is #7F5F32. Grayscale: #9B9B9B. Windows color (decimal): -8347443 or 13475968. OLE color: 13475968.

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

Color convert

RGB128160205-
CMYK0.380.2200.20
HSL215.06º43.5%65.29%-
HSV(B)215.06º37.56%80.39%-
XYZ32.4934.1462.63-
YUV155.56155.9108.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=25.96%
G=32.45%
B=41.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281602050.380.2200.20215.0643.565.29
Hex80A0CD2616014d72c41
Octal200240315462602432754101
Binary10000000101000001100110110011010110010100110101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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