#83AACA

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

Shades of Polo Blue #83AACA

Tints of Polo Blue #83AACA

Color information

#83AACA (or 0x83AACA) is unknown color: approx Polo Blue. HEX triplet: 83, AA and CA. RGB value is (131,170,202). Sum of RGB (Red+Green+Blue) = 131+170+202=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #83AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACA is #7C5535. Grayscale: #A1A1A1. Windows color (decimal): -8148278 or 13281923. OLE color: 13281923.

HSL color Cylindrical-coordinate representation of color #83AACA: hue angle of 207.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AACA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131170202-
CMYK0.350.1600.21
HSL207.04º40.11%65.29%-
HSV(B)207.04º35.15%79.22%-
XYZ34.437.8461.37-
YUV161.99150.58105.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.04%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=26.04%
G=33.80%
B=40.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311702020.350.1600.21207.0440.1165.29
Hex83AACA2310015cf2841
Octal203252312432002531750101
Binary10000011101010101100101010001110000010101110011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,202); }

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

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

 a { background-color: rgb(131,170,202); }

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

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

 span { border-color: rgb(131,170,202); }

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