#82AFCE

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

Shades of Polo Blue #82AFCE

Tints of Polo Blue #82AFCE

Color information

#82AFCE (or 0x82AFCE) is unknown color: approx Polo Blue. HEX triplet: 82, AF and CE. RGB value is (130,175,206). Sum of RGB (Red+Green+Blue) = 130+175+206=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #82AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFCE is #7D5031. Grayscale: #A4A4A4. Windows color (decimal): -8212530 or 13545346. OLE color: 13545346.

HSL color Cylindrical-coordinate representation of color #82AFCE: hue angle of 204.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82AFCE is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130175206-
CMYK0.370.1500.19
HSL204.47º43.68%65.88%-
HSV(B)204.47º36.89%80.78%-
XYZ35.6839.8664.21-
YUV165.08151.09102.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.44%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=25.44%
G=34.25%
B=40.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301752060.370.1500.19204.4743.6865.88
Hex82AFCE25F013cc2c42
Octal202257316451702331454102
Binary1000001010101111110011101001011111010011110011001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,206); }

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

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

 a { background-color: rgb(130,175,206); }

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

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

 span { border-color: rgb(130,175,206); }

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