#85AACB

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

Shades of Polo Blue #85AACB

Tints of Polo Blue #85AACB

Color information

#85AACB (or 0x85AACB) is unknown color: approx Polo Blue. HEX triplet: 85, AA and CB. RGB value is (133,170,203). Sum of RGB (Red+Green+Blue) = 133+170+203=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #85AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AACB is #7A5534. Grayscale: #A2A2A2. Windows color (decimal): -8017205 or 13347461. OLE color: 13347461.

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

Color convert

RGB133170203-
CMYK0.340.1600.20
HSL208.29º40.23%65.88%-
HSV(B)208.29º34.48%79.61%-
XYZ34.8338.0562.01-
YUV162.7150.74106.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=26.28%
G=33.60%
B=40.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331702030.340.1600.20208.2940.2365.88
Hex85AACB2210014d02842
Octal205252313422002432050102
Binary10000101101010101100101110001010000010100110100001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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