#85AED7

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

Shades of Polo Blue #85AED7

Tints of Polo Blue #85AED7

Color information

#85AED7 (or 0x85AED7) is unknown color: approx Polo Blue. HEX triplet: 85, AE and D7. RGB value is (133,174,215). Sum of RGB (Red+Green+Blue) = 133+174+215=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #85AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AED7 is #7A5128. Grayscale: #A6A6A6. Windows color (decimal): -8016169 or 14134917. OLE color: 14134917.

HSL color Cylindrical-coordinate representation of color #85AED7: hue angle of 210º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85AED7 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133174215-
CMYK0.380.1900.16
HSL210º50.62%68.24%-
HSV(B)210º38.14%84.31%-
XYZ37.0740.1670.09-
YUV166.41155.42104.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=25.48%
G=33.33%
B=41.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331742150.380.1900.1621050.6268.24
Hex85AED72613010d23344
Octal205256327462302032263104
Binary10000101101011101101011110011010011010000110100101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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