#83AED3

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

Shades of Polo Blue #83AED3

Tints of Polo Blue #83AED3

Color information

#83AED3 (or 0x83AED3) is unknown color: approx Polo Blue. HEX triplet: 83, AE and D3. RGB value is (131,174,211). Sum of RGB (Red+Green+Blue) = 131+174+211=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #83AED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AED3 is #7C512C. Grayscale: #A5A5A5. Windows color (decimal): -8147245 or 13872771. OLE color: 13872771.

HSL color Cylindrical-coordinate representation of color #83AED3: hue angle of 207.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83AED3 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB131174211-
CMYK0.380.1800.17
HSL207.75º47.62%67.06%-
HSV(B)207.75º37.91%82.75%-
XYZ36.2539.867.4-
YUV165.36153.75103.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.39%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 211 (82.81% from 255) = 40.89%
R=25.39%
G=33.72%
B=40.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1311742110.380.1800.17207.7547.6267.06
Hex83AED32612011d03043
Octal203256323462202132060103
Binary10000011101011101101001110011010010010001110100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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