#82ACCB

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

Shades of Polo Blue #82ACCB

Tints of Polo Blue #82ACCB

Color information

#82ACCB (or 0x82ACCB) is unknown color: approx Polo Blue. HEX triplet: 82, AC and CB. RGB value is (130,172,203). Sum of RGB (Red+Green+Blue) = 130+172+203=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #82ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACCB is #7D5334. Grayscale: #A2A2A2. Windows color (decimal): -8213301 or 13347970. OLE color: 13347970.

HSL color Cylindrical-coordinate representation of color #82ACCB: hue angle of 205.48º 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 #82ACCB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130172203-
CMYK0.360.1500.20
HSL205.48º41.24%65.29%-
HSV(B)205.48º35.96%79.61%-
XYZ34.7438.5662.11-
YUV162.98150.59104.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=25.74%
G=34.06%
B=40.20%

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
Decimal1301722030.360.1500.20205.4841.2465.29
Hex82ACCB24F014cd2941
Octal202254313441702431551101
Binary1000001010101100110010111001001111010100110011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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