#85ABD0

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

Shades of Polo Blue #85ABD0

Tints of Polo Blue #85ABD0

Color information

#85ABD0 (or 0x85ABD0) is unknown color: approx Polo Blue. HEX triplet: 85, AB and D0. RGB value is (133,171,208). Sum of RGB (Red+Green+Blue) = 133+171+208=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #85ABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABD0 is #7A542F. Grayscale: #A3A3A3. Windows color (decimal): -8016944 or 13675397. OLE color: 13675397.

HSL color Cylindrical-coordinate representation of color #85ABD0: hue angle of 209.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85ABD0 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133171208-
CMYK0.360.1800.18
HSL209.6º44.38%66.86%-
HSV(B)209.6º36.06%81.57%-
XYZ35.6238.6765.26-
YUV163.86152.91105.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 208 (81.64% from 255) = 40.62%
R=25.98%
G=33.40%
B=40.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331712080.360.1800.18209.644.3866.86
Hex85ABD02412012d22c43
Octal205253320442202232254103
Binary10000101101010111101000010010010010010010110100101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,208); }

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

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

 a { background-color: rgb(133,171,208); }

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

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

 span { border-color: rgb(133,171,208); }

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