#83ACCD

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

Shades of Polo Blue #83ACCD

Tints of Polo Blue #83ACCD

Color information

#83ACCD (or 0x83ACCD) is unknown color: approx Polo Blue. HEX triplet: 83, AC and CD. RGB value is (131,172,205). Sum of RGB (Red+Green+Blue) = 131+172+205=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #83ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACCD is #7C5332. Grayscale: #A3A3A3. Windows color (decimal): -8147763 or 13479043. OLE color: 13479043.

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

Color convert

RGB131172205-
CMYK0.360.1600.20
HSL206.76º42.53%65.88%-
HSV(B)206.76º36.1%80.39%-
XYZ35.1338.7463.38-
YUV163.5151.42104.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=25.79%
G=33.86%
B=40.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311722050.360.1600.20206.7642.5365.88
Hex83ACCD2410014cf2b42
Octal203254315442002431753102
Binary10000011101011001100110110010010000010100110011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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