#85a0ce

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

Shades of Polo Blue #85A0CE

Tints of Polo Blue #85A0CE

Color information

#85A0CE (or 0x85A0CE) is unknown color: approx Polo Blue. HEX triplet: 85, A0 and CE. RGB value is (133,160,206). Sum of RGB (Red+Green+Blue) = 133+160+206=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #85A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0CE is #7A5F31. Grayscale: #9C9C9C. Windows color (decimal): -8019762 or 13541509. OLE color: 13541509.

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

Color convert

RGB133160206-
CMYK0.350.2200.19
HSL217.81º42.69%66.47%-
HSV(B)217.81º35.44%80.78%-
XYZ33.3834.5863.31-
YUV157.17155.55110.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=26.65%
G=32.06%
B=41.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331602060.350.2200.19217.8142.6966.47
Hex85A0CE2316013da2b42
Octal205240316432602333253102
Binary10000101101000001100111010001110110010011110110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85a0ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,160,206); }

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

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

 a { background-color: rgb(133,160,206); }

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

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

 span { border-color: rgb(133,160,206); }

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