#85A1CF

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

Shades of Polo Blue #85A1CF

Tints of Polo Blue #85A1CF

Color information

#85A1CF (or 0x85A1CF) is unknown color: approx Polo Blue. HEX triplet: 85, A1 and CF. RGB value is (133,161,207). Sum of RGB (Red+Green+Blue) = 133+161+207=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #85A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1CF is #7A5E30. Grayscale: #9D9D9D. Windows color (decimal): -8019505 or 13607301. OLE color: 13607301.

HSL color Cylindrical-coordinate representation of color #85A1CF: hue angle of 217.3º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85A1CF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133161207-
CMYK0.360.2200.19
HSL217.3º43.53%66.67%-
HSV(B)217.3º35.75%81.18%-
XYZ33.6834.9864.01-
YUV157.87155.72110.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=26.55%
G=32.14%
B=41.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331612070.360.2200.19217.343.5366.67
Hex85A1CF2416013d92c43
Octal205241317442602333154103
Binary10000101101000011100111110010010110010011110110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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