#83AACD

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

Shades of Polo Blue #83AACD

Tints of Polo Blue #83AACD

Color information

#83AACD (or 0x83AACD) is unknown color: approx Polo Blue. HEX triplet: 83, AA and CD. RGB value is (131,170,205). Sum of RGB (Red+Green+Blue) = 131+170+205=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #83AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACD is #7C5532. Grayscale: #A2A2A2. Windows color (decimal): -8148275 or 13478531. OLE color: 13478531.

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

Color convert

RGB131170205-
CMYK0.360.1700.20
HSL208.38º42.53%65.88%-
HSV(B)208.38º36.1%80.39%-
XYZ34.7537.9863.26-
YUV162.33152.08105.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=25.89%
G=33.60%
B=40.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311702050.360.1700.20208.3842.5365.88
Hex83AACD2411014d02b42
Octal203252315442102432053102
Binary10000011101010101100110110010010001010100110100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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