#85AED1

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

Shades of Polo Blue #85AED1

Tints of Polo Blue #85AED1

Color information

#85AED1 (or 0x85AED1) is unknown color: approx Polo Blue. HEX triplet: 85, AE and D1. RGB value is (133,174,209). Sum of RGB (Red+Green+Blue) = 133+174+209=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #85AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AED1 is #7A512E. Grayscale: #A5A5A5. Windows color (decimal): -8016175 or 13741701. OLE color: 13741701.

HSL color Cylindrical-coordinate representation of color #85AED1: hue angle of 207.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85AED1 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133174209-
CMYK0.360.1700.18
HSL207.63º45.24%67.06%-
HSV(B)207.63º36.36%81.96%-
XYZ36.3239.8666.1-
YUV165.73152.42104.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=25.78%
G=33.72%
B=40.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331742090.360.1700.18207.6345.2467.06
Hex85AED12411012d02d43
Octal205256321442102232055103
Binary10000101101011101101000110010010001010010110100001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AED1; }

 p { color: rgb(133,174,209); }

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

<style>
 a { background-color: #85AED1; }

 a { background-color: rgb(133,174,209); }

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

<style>
 span { border-color: #85AED1; }

 span { border-color: rgb(133,174,209); }

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