#83ACC8

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

Shades of Polo Blue #83ACC8

Tints of Polo Blue #83ACC8

Color information

#83ACC8 (or 0x83ACC8) is unknown color: approx Polo Blue. HEX triplet: 83, AC and C8. RGB value is (131,172,200). Sum of RGB (Red+Green+Blue) = 131+172+200=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #83ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACC8 is #7C5337. Grayscale: #A2A2A2. Windows color (decimal): -8147768 or 13151363. OLE color: 13151363.

HSL color Cylindrical-coordinate representation of color #83ACC8: hue angle of 204.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83ACC8 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB131172200-
CMYK0.340.1400.22
HSL204.35º38.55%64.9%-
HSV(B)204.35º34.5%78.43%-
XYZ34.5438.560.25-
YUV162.93148.92105.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.04%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=26.04%
G=34.19%
B=39.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1311722000.340.1400.22204.3538.5564.9
Hex83ACC822E016cc2741
Octal203254310421602631447101
Binary1000001110101100110010001000101110010110110011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83ACC8; }

 p { color: rgb(131,172,200); }

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

<style>
 a { background-color: #83ACC8; }

 a { background-color: rgb(131,172,200); }

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

<style>
 span { border-color: #83ACC8; }

 span { border-color: rgb(131,172,200); }

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