#85A6C1

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

Shades of Polo Blue #85A6C1

Tints of Polo Blue #85A6C1

Color information

#85A6C1 (or 0x85A6C1) is unknown color: approx Polo Blue. HEX triplet: 85, A6 and C1. RGB value is (133,166,193). Sum of RGB (Red+Green+Blue) = 133+166+193=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #85A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A6C1 is #7A593E. Grayscale: #9F9F9F. Windows color (decimal): -8018239 or 12691077. OLE color: 12691077.

HSL color Cylindrical-coordinate representation of color #85A6C1: hue angle of 207º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A6C1 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133166193-
CMYK0.310.1400.24
HSL207º32.61%63.92%-
HSV(B)207º31.09%75.69%-
XYZ32.9336.1155.69-
YUV159.21147.07109.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=27.03%
G=33.74%
B=39.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331661930.310.1400.2420732.6163.92
Hex85A6C11FE018cf2140
Octal205246301371603031741100
Binary100001011010011011000001111111110011000110011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,166,193); }

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

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

 a { background-color: rgb(133,166,193); }

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

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

 span { border-color: rgb(133,166,193); }

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