#82ABCC

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

Shades of Polo Blue #82ABCC

Tints of Polo Blue #82ABCC

Color information

#82ABCC (or 0x82ABCC) is unknown color: approx Polo Blue. HEX triplet: 82, AB and CC. RGB value is (130,171,204). Sum of RGB (Red+Green+Blue) = 130+171+204=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #82ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABCC is #7D5433. Grayscale: #A2A2A2. Windows color (decimal): -8213556 or 13413250. OLE color: 13413250.

HSL color Cylindrical-coordinate representation of color #82ABCC: hue angle of 206.76º degrees, saturation: 0.42, 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 #82ABCC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130171204-
CMYK0.360.1600.2
HSL206.76º42.05%65.49%-
HSV(B)206.76º36.27%80%-
XYZ34.6738.2362.68-
YUV162.5151.42104.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=25.74%
G=33.86%
B=40.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301712040.360.1600.2206.7642.0565.49
Hex82ABCC2410014cf2a41
Octal202253314442002431752101
Binary10000010101010111100110010010010000010100110011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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