#85ABCB

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

Shades of Polo Blue #85ABCB

Tints of Polo Blue #85ABCB

Color information

#85ABCB (or 0x85ABCB) is unknown color: approx Polo Blue. HEX triplet: 85, AB and CB. RGB value is (133,171,203). Sum of RGB (Red+Green+Blue) = 133+171+203=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #85ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCB is #7A5434. Grayscale: #A3A3A3. Windows color (decimal): -8016949 or 13347717. OLE color: 13347717.

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

Color convert

RGB133171203-
CMYK0.340.1600.20
HSL207.43º40.23%65.88%-
HSV(B)207.43º34.48%79.61%-
XYZ35.0238.4262.07-
YUV163.29150.41106.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=26.23%
G=33.73%
B=40.04%

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
Decimal1331712030.340.1600.20207.4340.2365.88
Hex85ABCB2210014cf2842
Octal205253313422002431750102
Binary10000101101010111100101110001010000010100110011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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