#85A2BE

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

Shades of Polo Blue #85A2BE

Tints of Polo Blue #85A2BE

Color information

#85A2BE (or 0x85A2BE) is unknown color: approx Polo Blue. HEX triplet: 85, A2 and BE. RGB value is (133,162,190). Sum of RGB (Red+Green+Blue) = 133+162+190=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2BE is #7A5D41. Grayscale: #9C9C9C. Windows color (decimal): -8019266 or 12493445. OLE color: 12493445.

HSL color Cylindrical-coordinate representation of color #85A2BE: hue angle of 209.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A2BE is Cyan = 0.3, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133162190-
CMYK0.30.1500.25
HSL209.47º30.48%63.33%-
HSV(B)209.47º30%74.51%-
XYZ31.8934.5453.7-
YUV156.52146.89111.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=27.42%
G=33.40%
B=39.18%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331621900.30.1500.25209.4730.4863.33
Hex85A2BE1EF019d11e3f
Octal20524227636170313213677
Binary1000010110100010101111101111011110110011101000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,190); }

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

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

 a { background-color: rgb(133,162,190); }

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

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

 span { border-color: rgb(133,162,190); }

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