#83A5CD

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

Shades of Polo Blue #83A5CD

Tints of Polo Blue #83A5CD

Color information

#83A5CD (or 0x83A5CD) is unknown color: approx Polo Blue. HEX triplet: 83, A5 and CD. RGB value is (131,165,205). Sum of RGB (Red+Green+Blue) = 131+165+205=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #83A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A5CD is #7C5A32. Grayscale: #9F9F9F. Windows color (decimal): -8149555 or 13477251. OLE color: 13477251.

HSL color Cylindrical-coordinate representation of color #83A5CD: hue angle of 212.43º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83A5CD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131165205-
CMYK0.360.2000.20
HSL212.43º42.53%65.88%-
HSV(B)212.43º36.1%80.39%-
XYZ33.8336.1462.95-
YUV159.39153.74107.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=26.15%
G=32.93%
B=40.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311652050.360.2000.20212.4342.5365.88
Hex83A5CD2414014d42b42
Octal203245315442402432453102
Binary10000011101001011100110110010010100010100110101001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,165,205); }

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

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

 a { background-color: rgb(131,165,205); }

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

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

 span { border-color: rgb(131,165,205); }

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