#83ADC9

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

Shades of Polo Blue #83ADC9

Tints of Polo Blue #83ADC9

Color information

#83ADC9 (or 0x83ADC9) is unknown color: approx Polo Blue. HEX triplet: 83, AD and C9. RGB value is (131,173,201). Sum of RGB (Red+Green+Blue) = 131+173+201=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #83ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADC9 is #7C5236. Grayscale: #A3A3A3. Windows color (decimal): -8147511 or 13217155. OLE color: 13217155.

HSL color Cylindrical-coordinate representation of color #83ADC9: hue angle of 204º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83ADC9 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131173201-
CMYK0.350.1400.21
HSL204º39.33%65.1%-
HSV(B)204º34.83%78.82%-
XYZ34.8538.9360.94-
YUV163.63149.09104.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.94%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=25.94%
G=34.26%
B=39.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311732010.350.1400.2120439.3365.1
Hex83ADC923E015cc2741
Octal203255311431602531447101
Binary1000001110101101110010011000111110010101110011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,173,201); }

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

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

 a { background-color: rgb(131,173,201); }

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

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

 span { border-color: rgb(131,173,201); }

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