#85ABCC

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

Shades of Polo Blue #85ABCC

Tints of Polo Blue #85ABCC

Color information

#85ABCC (or 0x85ABCC) is unknown color: approx Polo Blue. HEX triplet: 85, AB and CC. RGB value is (133,171,204). Sum of RGB (Red+Green+Blue) = 133+171+204=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #85ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCC is #7A5433. Grayscale: #A3A3A3. Windows color (decimal): -8016948 or 13413253. OLE color: 13413253.

HSL color Cylindrical-coordinate representation of color #85ABCC: hue angle of 207.89º degrees, saturation: 0.41, 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 #85ABCC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133171204-
CMYK0.350.1600.2
HSL207.89º41.04%66.08%-
HSV(B)207.89º34.8%80%-
XYZ35.1338.4762.7-
YUV163.4150.91106.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=26.18%
G=33.66%
B=40.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331712040.350.1600.2207.8941.0466.08
Hex85ABCC2310014d02942
Octal205253314432002432051102
Binary10000101101010111100110010001110000010100110100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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