#83A5CB

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

Shades of Polo Blue #83A5CB

Tints of Polo Blue #83A5CB

Color information

#83A5CB (or 0x83A5CB) is unknown color: approx Polo Blue. HEX triplet: 83, A5 and CB. RGB value is (131,165,203). Sum of RGB (Red+Green+Blue) = 131+165+203=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #83A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A5CB is #7C5A34. Grayscale: #9E9E9E. Windows color (decimal): -8149557 or 13346179. OLE color: 13346179.

HSL color Cylindrical-coordinate representation of color #83A5CB: hue angle of 211.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A5CB is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131165203-
CMYK0.350.1900.20
HSL211.67º40.91%65.49%-
HSV(B)211.67º35.47%79.61%-
XYZ33.5936.0561.69-
YUV159.17152.74107.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=26.25%
G=33.07%
B=40.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311652030.350.1900.20211.6740.9165.49
Hex83A5CB2313014d42941
Octal203245313432302432451101
Binary10000011101001011100101110001110011010100110101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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