#83AACF

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

Shades of Polo Blue #83AACF

Tints of Polo Blue #83AACF

Color information

#83AACF (or 0x83AACF) is unknown color: approx Polo Blue. HEX triplet: 83, AA and CF. RGB value is (131,170,207). Sum of RGB (Red+Green+Blue) = 131+170+207=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #83AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AACF is #7C5530. Grayscale: #A2A2A2. Windows color (decimal): -8148273 or 13609603. OLE color: 13609603.

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

Color convert

RGB131170207-
CMYK0.370.1800.19
HSL209.21º44.19%66.27%-
HSV(B)209.21º36.71%81.18%-
XYZ3538.0864.54-
YUV162.56153.08105.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=25.79%
G=33.46%
B=40.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311702070.370.1800.19209.2144.1966.27
Hex83AACF2512013d12c42
Octal203252317452202332154102
Binary10000011101010101100111110010110010010011110100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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