#82A2BE

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

Shades of Polo Blue #82A2BE

Tints of Polo Blue #82A2BE

Color information

#82A2BE (or 0x82A2BE) is unknown color: approx Polo Blue. HEX triplet: 82, A2 and BE. RGB value is (130,162,190). Sum of RGB (Red+Green+Blue) = 130+162+190=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #82A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A2BE is #7D5D41. Grayscale: #9B9B9B. Windows color (decimal): -8215874 or 12493442. OLE color: 12493442.

HSL color Cylindrical-coordinate representation of color #82A2BE: hue angle of 208º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82A2BE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130162190-
CMYK0.320.1500.25
HSL208º31.58%62.75%-
HSV(B)208º31.58%74.51%-
XYZ31.4234.353.68-
YUV155.62147.4109.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=26.97%
G=33.61%
B=39.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301621900.320.1500.2520831.5862.75
Hex82A2BE20F019d0203f
Octal20224227640170313204077
Binary100000101010001010111110100000111101100111010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,190); }

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

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

 a { background-color: rgb(130,162,190); }

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

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

 span { border-color: rgb(130,162,190); }

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