#83A9CD

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

Shades of Polo Blue #83A9CD

Tints of Polo Blue #83A9CD

Color information

#83A9CD (or 0x83A9CD) is unknown color: approx Polo Blue. HEX triplet: 83, A9 and CD. RGB value is (131,169,205). Sum of RGB (Red+Green+Blue) = 131+169+205=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #83A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A9CD is #7C5632. Grayscale: #A1A1A1. Windows color (decimal): -8148531 or 13478275. OLE color: 13478275.

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

Color convert

RGB131169205-
CMYK0.360.1800.20
HSL209.19º42.53%65.88%-
HSV(B)209.19º36.1%80.39%-
XYZ34.5737.6163.19-
YUV161.74152.41106.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.94%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=25.94%
G=33.47%
B=40.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311692050.360.1800.20209.1942.5365.88
Hex83A9CD2412014d12b42
Octal203251315442202432153102
Binary10000011101010011100110110010010010010100110100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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