#82ADCB

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

Shades of Polo Blue #82ADCB

Tints of Polo Blue #82ADCB

Color information

#82ADCB (or 0x82ADCB) is unknown color: approx Polo Blue. HEX triplet: 82, AD and CB. RGB value is (130,173,203). Sum of RGB (Red+Green+Blue) = 130+173+203=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #82ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADCB is #7D5234. Grayscale: #A3A3A3. Windows color (decimal): -8213045 or 13348226. OLE color: 13348226.

HSL color Cylindrical-coordinate representation of color #82ADCB: hue angle of 204.66º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82ADCB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130173203-
CMYK0.360.1500.20
HSL204.66º41.24%65.29%-
HSV(B)204.66º35.96%79.61%-
XYZ34.9338.9462.18-
YUV163.56150.25104.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=25.69%
G=34.19%
B=40.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301732030.360.1500.20204.6641.2465.29
Hex82ADCB24F014cd2941
Octal202255313441702431551101
Binary1000001010101101110010111001001111010100110011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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