#80A8CF

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

Shades of Polo Blue #80A8CF

Tints of Polo Blue #80A8CF

Color information

#80A8CF (or 0x80A8CF) is unknown color: approx Polo Blue. HEX triplet: 80, A8 and CF. RGB value is (128,168,207). Sum of RGB (Red+Green+Blue) = 128+168+207=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #80A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8CF is #7F5730. Grayscale: #A0A0A0. Windows color (decimal): -8345393 or 13609088. OLE color: 13609088.

HSL color Cylindrical-coordinate representation of color #80A8CF: hue angle of 209.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80A8CF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128168207-
CMYK0.380.1900.19
HSL209.62º45.14%65.69%-
HSV(B)209.62º38.16%81.18%-
XYZ34.1737.164.39-
YUV160.49154.25104.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=25.45%
G=33.40%
B=41.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281682070.380.1900.19209.6245.1465.69
Hex80A8CF2613013d22d42
Octal200250317462302332255102
Binary10000000101010001100111110011010011010011110100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,168,207); }

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

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

 a { background-color: rgb(128,168,207); }

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

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

 span { border-color: rgb(128,168,207); }

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