#83ACD5

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

Shades of Polo Blue #83ACD5

Tints of Polo Blue #83ACD5

Color information

#83ACD5 (or 0x83ACD5) is unknown color: approx Polo Blue. HEX triplet: 83, AC and D5. RGB value is (131,172,213). Sum of RGB (Red+Green+Blue) = 131+172+213=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #83ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACD5 is #7C532A. Grayscale: #A4A4A4. Windows color (decimal): -8147755 or 14003331. OLE color: 14003331.

HSL color Cylindrical-coordinate representation of color #83ACD5: hue angle of 210º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83ACD5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131172213-
CMYK0.380.1900.16
HSL210º49.4%67.45%-
HSV(B)210º38.5%83.53%-
XYZ36.1239.1368.6-
YUV164.42155.42104.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.39%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=25.39%
G=33.33%
B=41.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311722130.380.1900.1621049.467.45
Hex83ACD52613010d23143
Octal203254325462302032261103
Binary10000011101011001101010110011010011010000110100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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