#85AED5

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

Shades of Polo Blue #85AED5

Tints of Polo Blue #85AED5

Color information

#85AED5 (or 0x85AED5) is unknown color: approx Polo Blue. HEX triplet: 85, AE and D5. RGB value is (133,174,213). Sum of RGB (Red+Green+Blue) = 133+174+213=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #85AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AED5 is #7A512A. Grayscale: #A5A5A5. Windows color (decimal): -8016171 or 14003845. OLE color: 14003845.

HSL color Cylindrical-coordinate representation of color #85AED5: hue angle of 209.25º degrees, saturation: 0.49, 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 #85AED5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133174213-
CMYK0.380.1800.16
HSL209.25º48.78%67.84%-
HSV(B)209.25º37.56%83.53%-
XYZ36.8240.0668.74-
YUV166.19154.42104.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=25.58%
G=33.46%
B=40.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331742130.380.1800.16209.2548.7867.84
Hex85AED52612010d13144
Octal205256325462202032161104
Binary10000101101011101101010110011010010010000110100011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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