#85A6CB

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

Shades of Polo Blue #85A6CB

Tints of Polo Blue #85A6CB

Color information

#85A6CB (or 0x85A6CB) is unknown color: approx Polo Blue. HEX triplet: 85, A6 and CB. RGB value is (133,166,203). Sum of RGB (Red+Green+Blue) = 133+166+203=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #85A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A6CB is #7A5934. Grayscale: #A0A0A0. Windows color (decimal): -8018229 or 13346437. OLE color: 13346437.

HSL color Cylindrical-coordinate representation of color #85A6CB: hue angle of 211.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A6CB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133166203-
CMYK0.340.1800.20
HSL211.71º40.23%65.88%-
HSV(B)211.71º34.48%79.61%-
XYZ34.0936.5761.76-
YUV160.35152.07108.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=26.49%
G=33.07%
B=40.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331662030.340.1800.20211.7140.2365.88
Hex85A6CB2212014d42842
Octal205246313422202432450102
Binary10000101101001101100101110001010010010100110101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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