#80ADCE

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

Shades of Polo Blue #80ADCE

Tints of Polo Blue #80ADCE

Color information

#80ADCE (or 0x80ADCE) is unknown color: approx Polo Blue. HEX triplet: 80, AD and CE. RGB value is (128,173,206). Sum of RGB (Red+Green+Blue) = 128+173+206=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #80ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADCE is #7F5231. Grayscale: #A3A3A3. Windows color (decimal): -8344114 or 13544832. OLE color: 13544832.

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

Color convert

RGB128173206-
CMYK0.380.1600.19
HSL205.38º44.32%65.49%-
HSV(B)205.38º37.86%80.78%-
XYZ34.9938.9364.06-
YUV163.31152.09102.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=25.25%
G=34.12%
B=40.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281732060.380.1600.19205.3844.3265.49
Hex80ADCE2610013cd2c41
Octal200255316462002331554101
Binary10000000101011011100111010011010000010011110011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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