#80A6CD

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

Shades of Polo Blue #80A6CD

Tints of Polo Blue #80A6CD

Color information

#80A6CD (or 0x80A6CD) is unknown color: approx Polo Blue. HEX triplet: 80, A6 and CD. RGB value is (128,166,205). Sum of RGB (Red+Green+Blue) = 128+166+205=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #80A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6CD is #7F5932. Grayscale: #9E9E9E. Windows color (decimal): -8345907 or 13477504. OLE color: 13477504.

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

Color convert

RGB128166205-
CMYK0.380.1900.20
HSL210.39º43.5%65.29%-
HSV(B)210.39º37.56%80.39%-
XYZ33.5636.2762.99-
YUV159.08153.91105.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=25.65%
G=33.27%
B=41.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281662050.380.1900.20210.3943.565.29
Hex80A6CD2613014d22c41
Octal200246315462302432254101
Binary10000000101001101100110110011010011010100110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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