#83AECF

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

Shades of Polo Blue #83AECF

Tints of Polo Blue #83AECF

Color information

#83AECF (or 0x83AECF) is unknown color: approx Polo Blue. HEX triplet: 83, AE and CF. RGB value is (131,174,207). Sum of RGB (Red+Green+Blue) = 131+174+207=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #83AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AECF is #7C5130. Grayscale: #A4A4A4. Windows color (decimal): -8147249 or 13610627. OLE color: 13610627.

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

Color convert

RGB131174207-
CMYK0.370.1600.19
HSL206.05º44.19%66.27%-
HSV(B)206.05º36.71%81.18%-
XYZ35.7639.664.79-
YUV164.9151.75103.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=25.59%
G=33.98%
B=40.43%

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
Decimal1311742070.370.1600.19206.0544.1966.27
Hex83AECF2510013ce2c42
Octal203256317452002331654102
Binary10000011101011101100111110010110000010011110011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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