#83ADCF

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

Shades of Polo Blue #83ADCF

Tints of Polo Blue #83ADCF

Color information

#83ADCF (or 0x83ADCF) is unknown color: approx Polo Blue. HEX triplet: 83, AD and CF. RGB value is (131,173,207). Sum of RGB (Red+Green+Blue) = 131+173+207=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #83ADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADCF is #7C5230. Grayscale: #A4A4A4. Windows color (decimal): -8147505 or 13610371. OLE color: 13610371.

HSL color Cylindrical-coordinate representation of color #83ADCF: hue angle of 206.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83ADCF is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131173207-
CMYK0.370.1600.19
HSL206.84º44.19%66.27%-
HSV(B)206.84º36.71%81.18%-
XYZ35.5739.2264.73-
YUV164.32152.09104.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=25.64%
G=33.86%
B=40.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311732070.370.1600.19206.8444.1966.27
Hex83ADCF2510013cf2c42
Octal203255317452002331754102
Binary10000011101011011100111110010110000010011110011111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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