#83A3CD

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

Shades of Polo Blue #83A3CD

Tints of Polo Blue #83A3CD

Color information

#83A3CD (or 0x83A3CD) is unknown color: approx Polo Blue. HEX triplet: 83, A3 and CD. RGB value is (131,163,205). Sum of RGB (Red+Green+Blue) = 131+163+205=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #83A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A3CD is #7C5C32. Grayscale: #9E9E9E. Windows color (decimal): -8150067 or 13476739. OLE color: 13476739.

HSL color Cylindrical-coordinate representation of color #83A3CD: hue angle of 214.05º 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 #83A3CD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131163205-
CMYK0.360.2000.20
HSL214.05º42.53%65.88%-
HSV(B)214.05º36.1%80.39%-
XYZ33.4835.4362.83-
YUV158.22154.4108.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=26.25%
G=32.67%
B=41.08%

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
Decimal1311632050.360.2000.20214.0542.5365.88
Hex83A3CD2414014d62b42
Octal203243315442402432653102
Binary10000011101000111100110110010010100010100110101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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