#82ADCD

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

Shades of Polo Blue #82ADCD

Tints of Polo Blue #82ADCD

Color information

#82ADCD (or 0x82ADCD) is unknown color: approx Polo Blue. HEX triplet: 82, AD and CD. RGB value is (130,173,205). Sum of RGB (Red+Green+Blue) = 130+173+205=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #82ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADCD is #7D5232. Grayscale: #A3A3A3. Windows color (decimal): -8213043 or 13479298. OLE color: 13479298.

HSL color Cylindrical-coordinate representation of color #82ADCD: hue angle of 205.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82ADCD is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130173205-
CMYK0.370.1600.20
HSL205.6º42.86%65.69%-
HSV(B)205.6º36.59%80.39%-
XYZ35.1739.0463.44-
YUV163.79151.25103.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.59%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=25.59%
G=34.06%
B=40.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301732050.370.1600.20205.642.8665.69
Hex82ADCD2510014ce2b42
Octal202255315452002431653102
Binary10000010101011011100110110010110000010100110011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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