#85ABCD

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

Shades of Polo Blue #85ABCD

Tints of Polo Blue #85ABCD

Color information

#85ABCD (or 0x85ABCD) is unknown color: approx Polo Blue. HEX triplet: 85, AB and CD. RGB value is (133,171,205). Sum of RGB (Red+Green+Blue) = 133+171+205=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #85ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCD is #7A5432. Grayscale: #A3A3A3. Windows color (decimal): -8016947 or 13478789. OLE color: 13478789.

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

Color convert

RGB133171205-
CMYK0.350.1700.20
HSL208.33º41.86%66.27%-
HSV(B)208.33º35.12%80.39%-
XYZ35.2638.5263.33-
YUV163.51151.41106.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=26.13%
G=33.60%
B=40.28%

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
Decimal1331712050.350.1700.20208.3341.8666.27
Hex85ABCD2311014d02a42
Octal205253315432102432052102
Binary10000101101010111100110110001110001010100110100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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