#83ADCB

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

Shades of Polo Blue #83ADCB

Tints of Polo Blue #83ADCB

Color information

#83ADCB (or 0x83ADCB) is unknown color: approx Polo Blue. HEX triplet: 83, AD and CB. RGB value is (131,173,203). Sum of RGB (Red+Green+Blue) = 131+173+203=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #83ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADCB is #7C5234. Grayscale: #A3A3A3. Windows color (decimal): -8147509 or 13348227. OLE color: 13348227.

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

Color convert

RGB131173203-
CMYK0.350.1500.20
HSL205º40.91%65.49%-
HSV(B)205º35.47%79.61%-
XYZ35.0839.0262.18-
YUV163.86150.09104.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=25.84%
G=34.12%
B=40.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311732030.350.1500.2020540.9165.49
Hex83ADCB23F014cd2941
Octal203255313431702431551101
Binary1000001110101101110010111000111111010100110011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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