#83A2CB

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

Shades of Polo Blue #83A2CB

Tints of Polo Blue #83A2CB

Color information

#83A2CB (or 0x83A2CB) is unknown color: approx Polo Blue. HEX triplet: 83, A2 and CB. RGB value is (131,162,203). Sum of RGB (Red+Green+Blue) = 131+162+203=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #83A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2CB is #7C5D34. Grayscale: #9D9D9D. Windows color (decimal): -8150325 or 13345411. OLE color: 13345411.

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

Color convert

RGB131162203-
CMYK0.350.2000.20
HSL214.17º40.91%65.49%-
HSV(B)214.17º35.47%79.61%-
XYZ33.0634.9861.51-
YUV157.4153.73109.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=26.41%
G=32.66%
B=40.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311622030.350.2000.20214.1740.9165.49
Hex83A2CB2314014d62941
Octal203242313432402432651101
Binary10000011101000101100101110001110100010100110101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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