#82ABC9

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

Shades of Polo Blue #82ABC9

Tints of Polo Blue #82ABC9

Color information

#82ABC9 (or 0x82ABC9) is unknown color: approx Polo Blue. HEX triplet: 82, AB and C9. RGB value is (130,171,201). Sum of RGB (Red+Green+Blue) = 130+171+201=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #82ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABC9 is #7D5436. Grayscale: #A2A2A2. Windows color (decimal): -8213559 or 13216642. OLE color: 13216642.

HSL color Cylindrical-coordinate representation of color #82ABC9: hue angle of 205.35º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82ABC9 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130171201-
CMYK0.350.1500.21
HSL205.35º39.66%64.9%-
HSV(B)205.35º35.32%78.82%-
XYZ34.3138.0960.8-
YUV162.16149.92105.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=25.90%
G=34.06%
B=40.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301712010.350.1500.21205.3539.6664.9
Hex82ABC923F015cd2841
Octal202253311431702531550101
Binary1000001010101011110010011000111111010101110011011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,201); }

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

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

 a { background-color: rgb(130,171,201); }

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

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

 span { border-color: rgb(130,171,201); }

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