#80ADCD

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

Shades of Polo Blue #80ADCD

Tints of Polo Blue #80ADCD

Color information

#80ADCD (or 0x80ADCD) is unknown color: approx Polo Blue. HEX triplet: 80, AD and CD. RGB value is (128,173,205). Sum of RGB (Red+Green+Blue) = 128+173+205=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #80ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADCD is #7F5232. Grayscale: #A3A3A3. Windows color (decimal): -8344115 or 13479296. OLE color: 13479296.

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

Color convert

RGB128173205-
CMYK0.380.1600.20
HSL204.94º43.5%65.29%-
HSV(B)204.94º37.56%80.39%-
XYZ34.8738.8863.43-
YUV163.19151.59102.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=25.30%
G=34.19%
B=40.51%

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
Decimal1281732050.380.1600.20204.9443.565.29
Hex80ADCD2610014cd2c41
Octal200255315462002431554101
Binary10000000101011011100110110011010000010100110011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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