#85A2CC

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

Shades of Polo Blue #85A2CC

Tints of Polo Blue #85A2CC

Color information

#85A2CC (or 0x85A2CC) is unknown color: approx Polo Blue. HEX triplet: 85, A2 and CC. RGB value is (133,162,204). Sum of RGB (Red+Green+Blue) = 133+162+204=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #85A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2CC is #7A5D33. Grayscale: #9D9D9D. Windows color (decimal): -8019252 or 13410949. OLE color: 13410949.

HSL color Cylindrical-coordinate representation of color #85A2CC: hue angle of 215.49º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A2CC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133162204-
CMYK0.350.2100.2
HSL215.49º41.04%66.08%-
HSV(B)215.49º34.8%80%-
XYZ33.4935.1962.15-
YUV158.12153.89110.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=26.65%
G=32.46%
B=40.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331622040.350.2100.2215.4941.0466.08
Hex85A2CC2315014d72942
Octal205242314432502432751102
Binary10000101101000101100110010001110101010100110101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,204); }

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

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

 a { background-color: rgb(133,162,204); }

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

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

 span { border-color: rgb(133,162,204); }

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