#82AFCF

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

Shades of Polo Blue #82AFCF

Tints of Polo Blue #82AFCF

Color information

#82AFCF (or 0x82AFCF) is unknown color: approx Polo Blue. HEX triplet: 82, AF and CF. RGB value is (130,175,207). Sum of RGB (Red+Green+Blue) = 130+175+207=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #82AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFCF is #7D5030. Grayscale: #A5A5A5. Windows color (decimal): -8212529 or 13610882. OLE color: 13610882.

HSL color Cylindrical-coordinate representation of color #82AFCF: hue angle of 204.94º degrees, saturation: 0.45, 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 #82AFCF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130175207-
CMYK0.370.1500.19
HSL204.94º44.51%66.08%-
HSV(B)204.94º37.2%81.18%-
XYZ35.839.9164.85-
YUV165.19151.59102.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=25.39%
G=34.18%
B=40.43%

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
Decimal1301752070.370.1500.19204.9444.5166.08
Hex82AFCF25F013cd2d42
Octal202257317451702331555102
Binary1000001010101111110011111001011111010011110011011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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