#85AACD

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

Shades of Polo Blue #85AACD

Tints of Polo Blue #85AACD

Color information

#85AACD (or 0x85AACD) is unknown color: approx Polo Blue. HEX triplet: 85, AA and CD. RGB value is (133,170,205). Sum of RGB (Red+Green+Blue) = 133+170+205=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #85AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AACD is #7A5532. Grayscale: #A2A2A2. Windows color (decimal): -8017203 or 13478533. OLE color: 13478533.

HSL color Cylindrical-coordinate representation of color #85AACD: hue angle of 209.17º degrees, saturation: 0.42, 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 #85AACD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133170205-
CMYK0.350.1700.20
HSL209.17º41.86%66.27%-
HSV(B)209.17º35.12%80.39%-
XYZ35.0738.1463.27-
YUV162.93151.74106.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=26.18%
G=33.46%
B=40.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331702050.350.1700.20209.1741.8666.27
Hex85AACD2311014d12a42
Octal205252315432102432152102
Binary10000101101010101100110110001110001010100110100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,205); }

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

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

 a { background-color: rgb(133,170,205); }

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

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

 span { border-color: rgb(133,170,205); }

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