#85AAC6

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

Shades of Polo Blue #85AAC6

Tints of Polo Blue #85AAC6

Color information

#85AAC6 (or 0x85AAC6) is unknown color: approx Polo Blue. HEX triplet: 85, AA and C6. RGB value is (133,170,198). Sum of RGB (Red+Green+Blue) = 133+170+198=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #85AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AAC6 is #7A5539. Grayscale: #A1A1A1. Windows color (decimal): -8017210 or 13019781. OLE color: 13019781.

HSL color Cylindrical-coordinate representation of color #85AAC6: hue angle of 205.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85AAC6 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB133170198-
CMYK0.330.1400.22
HSL205.85º36.31%64.9%-
HSV(B)205.85º32.83%77.65%-
XYZ34.2437.8158.92-
YUV162.13148.24107.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=26.55%
G=33.93%
B=39.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331701980.330.1400.22205.8536.3164.9
Hex85AAC621E016ce2441
Octal205252306411602631644101
Binary1000010110101010110001101000011110010110110011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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