#85A1CB

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

Shades of Polo Blue #85A1CB

Tints of Polo Blue #85A1CB

Color information

#85A1CB (or 0x85A1CB) is unknown color: approx Polo Blue. HEX triplet: 85, A1 and CB. RGB value is (133,161,203). Sum of RGB (Red+Green+Blue) = 133+161+203=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #85A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1CB is #7A5E34. Grayscale: #9D9D9D. Windows color (decimal): -8019509 or 13345157. OLE color: 13345157.

HSL color Cylindrical-coordinate representation of color #85A1CB: hue angle of 216º 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 #85A1CB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133161203-
CMYK0.340.2100.20
HSL216º40.23%65.88%-
HSV(B)216º34.48%79.61%-
XYZ33.234.7961.47-
YUV157.42153.72110.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=26.76%
G=32.39%
B=40.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331612030.340.2100.2021640.2365.88
Hex85A1CB2215014d82842
Octal205241313422502433050102
Binary10000101101000011100101110001010101010100110110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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