#83ACCA

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

Shades of Polo Blue #83ACCA

Tints of Polo Blue #83ACCA

Color information

#83ACCA (or 0x83ACCA) is unknown color: approx Polo Blue. HEX triplet: 83, AC and CA. RGB value is (131,172,202). Sum of RGB (Red+Green+Blue) = 131+172+202=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #83ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACCA is #7C5335. Grayscale: #A2A2A2. Windows color (decimal): -8147766 or 13282435. OLE color: 13282435.

HSL color Cylindrical-coordinate representation of color #83ACCA: hue angle of 205.35º 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 #83ACCA is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131172202-
CMYK0.350.1500.21
HSL205.35º40.11%65.29%-
HSV(B)205.35º35.15%79.22%-
XYZ34.7738.5961.49-
YUV163.16149.92105.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.94%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 202 (79.30% from 255) = 40%
R=25.94%
G=34.06%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311722020.350.1500.21205.3540.1165.29
Hex83ACCA23F015cd2841
Octal203254312431702531550101
Binary1000001110101100110010101000111111010101110011011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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