#83ACD3

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

Shades of Polo Blue #83ACD3

Tints of Polo Blue #83ACD3

Color information

#83ACD3 (or 0x83ACD3) is unknown color: approx Polo Blue. HEX triplet: 83, AC and D3. RGB value is (131,172,211). Sum of RGB (Red+Green+Blue) = 131+172+211=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #83ACD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACD3 is #7C532C. Grayscale: #A3A3A3. Windows color (decimal): -8147757 or 13872259. OLE color: 13872259.

HSL color Cylindrical-coordinate representation of color #83ACD3: hue angle of 209.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83ACD3 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB131172211-
CMYK0.380.1800.17
HSL209.25º47.62%67.06%-
HSV(B)209.25º37.91%82.75%-
XYZ35.8739.0367.27-
YUV164.19154.42104.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.49%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 211 (82.81% from 255) = 41.05%
R=25.49%
G=33.46%
B=41.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1311722110.380.1800.17209.2547.6267.06
Hex83ACD32612011d13043
Octal203254323462202132160103
Binary10000011101011001101001110011010010010001110100011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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