#83A1D9

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

Shades of Polo Blue #83A1D9

Tints of Polo Blue #83A1D9

Color information

#83A1D9 (or 0x83A1D9) is unknown color: approx Polo Blue. HEX triplet: 83, A1 and D9. RGB value is (131,161,217). Sum of RGB (Red+Green+Blue) = 131+161+217=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #83A1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1D9 is #7C5E26. Grayscale: #9E9E9E. Windows color (decimal): -8150567 or 14262659. OLE color: 14262659.

HSL color Cylindrical-coordinate representation of color #83A1D9: hue angle of 219.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A1D9 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131161217-
CMYK0.400.2600.15
HSL219.07º53.09%68.24%-
HSV(B)219.07º39.63%85.1%-
XYZ34.6335.3270.64-
YUV158.41161.06108.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.74%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=25.74%
G=31.63%
B=42.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311612170.400.2600.15219.0753.0968.24
Hex83A1D9281A0Fdb3544
Octal203241331503201733365104
Binary1000001110100001110110011010001101001111110110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,161,217); }

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

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

 a { background-color: rgb(131,161,217); }

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

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

 span { border-color: rgb(131,161,217); }

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