#80ACCD

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

Shades of Polo Blue #80ACCD

Tints of Polo Blue #80ACCD

Color information

#80ACCD (or 0x80ACCD) is unknown color: approx Polo Blue. HEX triplet: 80, AC and CD. RGB value is (128,172,205). Sum of RGB (Red+Green+Blue) = 128+172+205=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #80ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACCD is #7F5332. Grayscale: #A2A2A2. Windows color (decimal): -8344371 or 13479040. OLE color: 13479040.

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

Color convert

RGB128172205-
CMYK0.380.1600.20
HSL205.71º43.5%65.29%-
HSV(B)205.71º37.56%80.39%-
XYZ34.6738.563.36-
YUV162.61151.92103.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=25.35%
G=34.06%
B=40.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281722050.380.1600.20205.7143.565.29
Hex80ACCD2610014ce2c41
Octal200254315462002431654101
Binary10000000101011001100110110011010000010100110011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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